# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
sdist/
wheels/
*.egg-info/
*.egg
*.egg-link
pip-wheel-metadata/
MANIFEST

# Virtual environments
.venv/
venv/
env/
__pypackages__/

# Tooling caches
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytest_cache/
.nox/
.tox/
.hypothesis/

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

# Documentation builds
docs/_build/
site/

# Secrets / local environment
.env
.env.*
!.env.example
.envrc

# IDE / editors
.idea/
.vscode/
*.swp
*.swo
*~
.sublime-project
.sublime-workspace

# OS
.DS_Store
Thumbs.db
desktop.ini
