# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

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

# Environments
.venv/
venv/
.env
.env.local

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.nox/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Docs
site/

# Editor
.idea/
*.swp
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json

# OS
.DS_Store
