# Python-generated files
__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

# Virtual environments
venv/
ENV/
env/
.venv

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

# Environment variables
.env

# ChatAgent specific
.chatagent_memory.json
.agentao_memory.json
chatagent.log
*.log
.chatagent/
.agentao/
examples/
workspace/

# OS
.DS_Store
Thumbs.db

# Temporary development files
scratch_*.py
HIDDEN_*.md
*_DRAFT.md
*.tmp
