# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
node_modules/

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

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

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

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Environments
.env
.env.local

# Temporary
tmp/
*.tmp
*.log

# Runtime data (generated by superagent)
.superagent/
dashboard/state.json
dashboard/agents-state.json
dashboard/join-keys.json
config.yaml

# Simulation scripts
simulate_*.py

# Generated images
generated-images/
