# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Ruff
.ruff_cache/

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Environment
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db

# SQLite (local dev databases)
*.db
*.sqlite3

# mypy
.mypy_cache/
