# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/
env/

# Test / coverage / type-check / lint caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Distribution / packaging
.Python
dist/
build/
*.egg-info/

# dotenv
.env
.env.local
.env.*.local

# IDE
.idea/
.vscode/
*.code-workspace

# OS
.DS_Store
Thumbs.db
