# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.python-version

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# Bun & Node
node_modules/
bun.lockb
.bun/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log

# Environment variables
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Project specific
data/

# Trajectory visualization outputs
transaction_browser.html
transaction_complexity_analysis.html
comprehensive_dashboard.html
trajectory_dashboard.html
voyager_with_transactions.png
voyager_style_demo.png
*_trajectory_*.html
*_trajectory_*.png

# Generated trajectory data files
demo_trajectory_with_transactions.json
sample_trajectory_data.json
trajectory_data.json
*_trajectory_data.json

# Demo output directories
demo_trajectory_skills/

# Generated TypeScript files that change during runs
voyager/skill_runner/code_loop_code.ts
voyager/skill_runner/code.ts
voyager/skill_runner/batch_*.ts
metrics/