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

# Virtual environments
.venv/
venv/
env/
.venv

# Environment files
.env
.env.local
.env.*.local

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

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

# uv
uv.lock

# OS
.DS_Store
Thumbs.db

# Docker
*.log

# SSL certificates — never commit these
nginx/certs/*.pem

# Claude
.claude

# pem files
*.pem
