# =========================
# OS / System
# =========================
**/.DS_Store
**/.AppleDouble
**/.LSOverride
Thumbs.db
desktop.ini

# =========================
# Python / Bytecode
# =========================
__pycache__/
*.py[cod]
*$py.class
*.so

# =========================
# Virtual Environments & Secrets
# =========================
.venv/
venv/
env/
.env
.env.*
!.env.example

# =========================
# Build & Distribution
# =========================
dist/
build/
*.egg-info/
*.egg
MANIFEST

# =========================
# Testing & Coverage
# =========================
.pytest_cache/
.coverage
coverage.xml
htmlcov/
tests/fixtures/*.json
repomix-output.*

# =========================
# Logs & Databases (Security/Privacy)
# =========================
*.log
*.sqlite
*.sqlite3
*.db

# =========================
# Notebooks & Data
# =========================
.ipynb_checkpoints/
output_langchain/
mappa_cervello.html
docs/index.html
out/graph.json
out/graph.md

# =========================
# IDEs & Tool Caches
# =========================
.mypy_cache/
.ruff_cache/
.vscode/
.idea/
.rooignore
.clinerules
.cursor/rules/
.cursor/