# Virtual environment
.venv/

# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd

# Environment
.env

# Data files
*.csv
*.jsonl
*.log
/data/
*.db

# Exploratory spikes
spike/

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
frontend/dist/
frontend/node_modules/
frontend/*.tsbuildinfo
broadcast/
cache/
contracts/out/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
.vercel
