pycache/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/ .ruff_cache/
node_modules/ .next/ out/ .npm .log npm-debug.log yarn-debug.log* yarn-error.log*
.env .env.local .env.*.local *.env
.vscode/ .idea/ *.swp *.swo *~ .DS_Store
*.db *.sqlite *.sqlite3
.docker/
logs/ *.log
*.pth *.pkl *.h5 *.onnx ml/models/downloaded/
data/ *.csv *.json !package.json !tsconfig.json
*.pem *.key .crt infrastructure/nginx/ssl/ !infrastructure/nginx/ssl/.gitkeep
infrastructure/monitoring/prometheus/data/ infrastructure/monitoring/grafana/data/
Thumbs.db .DS_Store
tmp/ temp/ *.tmp