# Environment and secrets
.env
.env.local
.env.*.local
*.pem
*.key
*_token
secrets/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Claude Code
.claude/

# 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 environments
venv/
ENV/
env/
.venv/

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Testing and coverage
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/

# Logs
*.log
logs/

# Misc
.cache/
*.bak
*.tmp
