# Git files
.git
.gitignore
.gitattributes

# Python cache
__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
*~

# OS files
.DS_Store
Thumbs.db

# Documentation
docs/
*.md
!README.md

# Tests
tests/
.pytest_cache/
.coverage
htmlcov/

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# Letta
.letta/

# Osiris config (will be mounted as volume)
.osiris/

# Logs
*.log
