# Environment variables and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Python virtual environments
venv/
env/
ENV/
.venv/
.python-version

# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

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

# IDE specific files
.cursor/
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Logs and databases
*.log
*.sqlite
*.db

# Personal config files
claude_desktop_config.json
!claude_desktop_config.json.example

# Temporary files
*.tmp
*~
.nfs*
tmp/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db 