# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.pdb

# Virtual environment (uv)
.venv/
venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Linting (ruff)
.ruff_cache/

# Type checking
.mypy_cache/
.pytype/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Environment variables
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db
desktop.ini

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
logs/
.agents
