# Documentation
docs/_build/
site/

# Environment
.env
.env.*

# IDE
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# Package building
.eggs/
*.egg-info/
build/
dist/

# Python
__pycache__/
*.py[cod]
*.so

# SSL/TLS certificates
*.crt
*.key
*.p12
*.pem

# Testing
.benchmarks/
.cache/
.coverage*
.htmlcov/
.pytest_cache/
.tox/

# Type checking
.mypy_cache/

# Virtual environments
.venv*/
venv*/
