# Python
__pycache__/
src/fabric_dw/_version.py
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.installed.cfg
*.egg

# uv / pip
.venv/
venv/
env/

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

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*
!.env.example

# Docs build output
docs_build/site/
