# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/
pip-wheel-metadata/

# Virtualenvs
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Editors / OS
.idea/
.vscode/
.DS_Store
*.swp
*.swo

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyright_cache/

# Local
.envrc
.env
.env.local
