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

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
# Keep Claude Code user settings private, but track shareable plugin files
.claude/*.json
.claude/plans/
.claude/todos/
.claude/cache/
test/

# Test files (generated during development)
test_*.png
test_*.jpg
test_*.mp4
test_*.wav
test_*.mp3

# API keys and secrets
.env.local
*.key
secrets.*

# Temporary comparison folder
.comparison/

# Backup files (generated by SafeFileWriter)
.gemini_backups/

# Test generated files
test_generated/

# pytest cache
.pytest_cache/

# Internal development files
DEVELOPMENT_ROADMAP.md
internal-test/
plugins/
# Build artifacts
*.dxt
*.zip
*.mcpb
build_dxt/
