__pycache__ *.pyc *.pyo *.pyd .Python *.so *.egg *.egg-info dist build .env .venv venv/ ENV/ env/ .pytest_cache .coverage htmlcov/ .tox/ .mypy_cache/ .dmypy.json dmypy.json *.log .DS_Store # Test files test_*.py *_test.py # Development files .git .gitignore .dockerignore Dockerfile README.md *.md # Migration scripts (if not needed at runtime) migrations.sql migrate_production.sql run_migration.py run_production_migration.py