# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Cache files
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Misc files
junk/

# Alembic files
alembic.ini
.env
venv/