# Environment and secrets
.env

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

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

# Virtual environments
.venv/
venv/

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

# Linting / formatting
.ruff_cache/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Data (SQLite databases are local, not tracked)
data/*.db

# Daytona (submodule, not part of this repo)
daytona/
.DS_Store

# Local scripts (not tracked)
scripts/deer_flow_demo.py
scripts/live_sandbox_monitor.py
scripts/long_sandbox_run.py
scripts/parallel_sandbox_blast.py
scripts/ticker_100.py
scripts/ticker_blast.py
scripts/ticker_local.py
