# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# PyCharm
.idea/
*.iws
*.iml
*.ipr
.run/
out/

# VS Code
.vscode/
*.code-workspace

# Cursor IDE
.cursor/

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# MkDocs generated site
site/


# Jupyter
.ipynb_checkpoints

# Environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local


.junie
activations_store
cache
wandb
outputs
/store/
/examples/store/
/playground/store/
/tests/unit/store
/tests/store

# experiments
.llm_context/
results/
# Exclude data store directories but NOT src/mi_crow/store/ (package code)
/experiments/*/store/

# frontend
src/frontend/node_modules/
src/frontend/dist/
src/frontend/build/
src/frontend/.next/

mi_crow_server
