# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Distribution
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.hypothesis/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Documentation
site/

# Misc
*.log
*.bak
*.tmp
