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

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

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

# Type checking
.mypy_cache/

# Virtual environments
.venv/
venv/

# Documentation
docs/_build/
site/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

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