# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Node / npm workspace (sdks/)
node_modules/
sdks/*/dist/
*.tsbuildinfo
# Generated at build time from contracts/ (precompiled JSON Schema validator + inlined contracts).
sdks/engine/src/generated/
# Generated at build time from src/webview/agent/ (the injected agent, as one injectable string).
sdks/react-native/src/generated/

# Aetherius runtime artifacts
src/aetherius/models/store/*
!src/aetherius/models/store/.gitkeep
runs/
profiles/
*.har

# Training assets (kept out of git; heavy)
training/datasets/
training/checkpoints/
training/runs/

# Secrets and local config
.env
.env.*
!.env.example

# OS / editor / tooling
.DS_Store
.idea/
.vscode/
.claude/
# Workspace multi-depots : encode un chemin local vers le depot voisin, propre a chaque poste.
*.code-workspace
