# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
*.egg

# Jupyter
.ipynb_checkpoints/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Agent logs (keep existing, ignore new)
AGENT/logs/

# uv
.python-version
