# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environments .venv venv/ ENV/ env.bak/ venv.bak/ # IDEs & Editors .vscode/ .idea/ *.swp *.swo .DS_Store *.sublime-project *.sublime-workspace # OS .DS_Store Thumbs.db ehthumbs.db Desktop.ini # Logs and databases *.log *.sqlite3 *.db # Environment variables .env .env.local .env.*.local # Coverage htmlcov/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover # Pytest .pytest_cache/ test-results.xml # MyPy .mypy_cache/ # Black, Ruff, etc. .ruff_cache/ .ipynb_checkpoints/ # Build artifacts *.tar.gz *.whl # Local config overrides config.local.yaml secrets.json # Temporary files *.tmp *.bak # Just in case .~* report.odt report.csv report.md *.html