# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Node.js
node_modules/
*.tsbuildinfo

# Build output
dist/

# IDE
.idea/
.vscode/
*.swp
*.swo
.claude/
# OS
.DS_Store
Thumbs.db
CLAUDE.md

# Archives
*.zip
