29 lines
310 B
Plaintext
29 lines
310 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Build metadata
|
|
*.egg-info/
|
|
|
|
# Node.js / Frontend
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local deployment files
|
|
docker-compose.yml
|
|
docker-compose.override.yml
|