# Development files
.pixi/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# OS
.DS_Store
Thumbs.db

# Documentation
docs/
*.md
!README.md

# Jupyter notebooks (they're just demos)
*.ipynb
DEMO_WORKFLOW.md

# Local data and cache
simulations.json
locations.json
*.log

# Benchmarks and sandbox
.benchmarks/
sandbox/

# Exclude unready components
tellus_chat/