# Git and version control
.git
.gitignore
.gitattributes

# Python cache and virtual environments
__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
MANIFEST
venv/
.venv/
ENV/
env/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

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

# Documentation and development files
README.md
*.md
docs/
temp_*
CLAUDE.md

# Test and development
tests/
.pytest_cache/
.coverage
.tox/
.nox/
htmlcov/

# DXT packages (not needed in container)
dxt-packages/

# Logs and cache
logs/
cache/
*.log

# Docker files (avoid recursion)
Dockerfile*
docker-compose*.yml
.dockerignore