# Git
.git/
.gitignore
.github/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.Python
env/
venv/
.venv/

# IDE / Editor
.vscode/
.idea/

# OS-specific
.DS_Store
Thumbs.db

# Docker
.dockerignore
Dockerfile # If you prefer to keep it out of the context, though often included

# Cline Docs
cline_docs/

# Other
*.log
*.swp

# Memory Bank
memory_bank/
