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

# Distribution
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Project specific
node_modules/

# Config (contains secrets)
# ~/.agent-mini/ is outside the repo, but just in case:
config.json
.pytest_cache/
.ruff_cache/

archived
