# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Virtualenv
.venv/
venv/
env/
ENV/

# Type checkers / linters / coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# IDE
.idea/
.vscode/
*.swp
.DS_Store

# Local config / secrets
.env
.env.local
*.local.json
