# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Node
node_modules/
*.tsbuildinfo
.npm/

# agentopt runtime artifacts (when dogfooding)
.agentopt/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Env
.env
.env.*
