# 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
venv/
ENV/
env/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
*.tsbuildinfo

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

# Agent Memory (transient files)
.agent_memory/observations/
.agent_memory/context_cache/
.agent_memory/state.md

# Keep goals.md in version control
!.agent_memory/goals.md
!.agent_memory/.gitignore

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Misc
*.log
.env
.env.local
