# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Environment variables and secrets
.env
.env.*
*.pem
*.key
credentials.json
secrets.json

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

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Local development
*.local
.claude/

# Temporary files
*.tmp
*.temp
*.txt
