# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment venv/ ENV/ env/ # Testing .pytest_cache/ .coverage htmlcov/ *.cover .hypothesis/ tests/temp_output/ tests/e2e/ .benchmarks/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Temporary files tmp/ temp/ *.tmp # Output files docs/validation/coverage/ docs/audit/ *.pdf *.png *.svg # Node modules (frontend) node_modules/ frontend/dist/ frontend/build/ # Environment .env .env.local