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

# Virtual environments
.venv/
venv/
env/

# Packaging / build output
dist/
build/
*.egg-info/
*.egg
.eggs/

# Test / coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.tox/
.nox/
.hypothesis/

# Type-checking / linting caches
.mypy_cache/
.dmypy.json
.ruff_cache/

# Env files, only the example is committed
.env
.env.local
!.env.example

# OS
.DS_Store
Thumbs.db

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
docs/_build/
docs/reference/
