# VCS
.git
.gitignore

# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Build outputs
build/
dist/
*.egg-info/

# Test and coverage artifacts
htmlcov/
.coverage
coverage.xml

# Docs and site
site/
mkdocs.yml

# IDE/editor
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Misc
*.log
