# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Project specific
data/
logs/
*.log
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# Temporary files
*.tmp
.DS_Store
# Sensitive information
*.pem
*.key
*.crt
.env
config.yml
# Allow example files
!.env.example
!config.example.yml
!examples/
# Distribution
dist/
build/
*.egg-info/
# Test cache
.tox/
.coverage
.coverage.*
coverage.xml
*.cover