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

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

# OS
.DS_Store
Thumbs.db

# Generated
*.generated.txt

# Test outputs
test_output/
.coverage
htmlcov/

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

# Publishing scripts (contains local credentials/configs)
publish_pypi.bat

# Secrets / environment variables (NEVER commit)
.env
.env.*

# VibeCollab local runtime data
.vibecollab/events.jsonl
.vibecollab/tasks.json
.vibecollab/vectors/
.vibecollab.local.yaml

# Reference materials (not part of project source)
Reference/