# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ ENV/ *.egg-info/ .pytest_cache/ .coverage # Node node_modules/ frontend/node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .next/ out/ .turbo/ .vercel/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Git .git/ .gitignore # Docs *.md !DOCKER_README.md # Test files test_*.py *_test.py # Excel files (not needed in container) *.xlsx # Email config (sensitive) .env *.pem *.key # Misc *.log .cache/