# Environment and secrets
.env
.env.local
*.secret
secret.py

# Python
__pycache__/
*.py[cod]
*.so
.Python
env/
venv/
.venv/

# Build and distribution
dist/
build/
*.egg-info/
*.egg

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

.scratch/

# OS
.DS_Store
Thumbs.db

# Project-specific
_collection/