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

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

# Test + lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.cover

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

# Local secrets
.env
*.local
