# Environment
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Data (runtime-generated)
data/*.json
memory.json
screenshots/

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

# OS
Thumbs.db
.DS_Store

# pytest
.pytest_cache/
