33 lines
267 B
Plaintext
33 lines
267 B
Plaintext
|
|
# BEGIN ORQUESTRA
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.codegraph/
|
|
.atl/
|
|
|
|
# Build artifacts
|
|
.next/
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
# END ORQUESTRA
|