# Bytecode / Python caches
__pycache__/
*.py[cod]
*$py.class

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/
dmypy.json

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / distribution
build/
dist/
.eggs/
*.egg-info/
pip-wheel-metadata/

# Test coverage and reports
htmlcov/
.coverage
.coverage.*

# Editor / OS files
.DS_Store
*.swp
*.swo
*~

# IDE / tooling config
.vscode/
.idea/

# MkDocs
site/
demo/site/

# Node / JS build outputs
node_modules/
