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

# Virtual envs
.venv/
venv/
env/

# Test + lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
coverage.xml

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

# Env
.env
.env.local
