# Python-generated files
__pycache__/
*.py[oc]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.dist-info/
.Python

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
.conda/
.pyenv/

# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.AppleDouble
.LSOverride

# IDEs
.cursor/
*.cursor-*
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Claude/AI artifacts
*.claude
.claude/
ai_artifacts/
generated/
.ai_cache/
CLAUDE.md

# Jupyter Notebooks
.ipynb_checkpoints/
*/.ipynb_checkpoints/*

# pytest
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# Temporary files
*.tmp
*.temp
.tmp/
.temp/

# Backup files
*.bak
*.backup
*~

# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini

# Local testing playground - DO NOT COMMIT
playground/
playground/**
*.playground.py
test_playground.py
.kontxt/
.kontxt/**

# UDO examples (private project)
examples/udo_*.py
examples/*udo*.py 
