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

# Virtual environment
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment/Secrets
.env
.env.*
*.pem
*.key
credentials.json

# Project
.master_fetch_cache/
.hound_cache/
*.log

# Test artifacts
.pytest_cache/
htmlcov/
.coverage
coverage.xml
