# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/

# IDE/Editor
.idea/
.vscode/
*.swp
*.swo
*~

# Git
.git/
.gitignore

# Testing/CI artifacts
.coverage
htmlcov/
.pytest_cache/
.tox/

# OS files
.DS_Store
Thumbs.db

# uv cache
.uv/

# Documentation build
site/

# Logs
*.log
