21 lines
181 B
Plaintext
21 lines
181 B
Plaintext
# Runtime / build artifacts
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
out/
|
|
target/
|
|
|
|
# Python
|
|
__pycache__/
|
|
.venv/
|
|
.pytest_cache/
|
|
|
|
# Rust / Go
|
|
*.rlib
|
|
*.prof
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|