# Virtual environments
.venv/
venv/
env/

# Build and distribution
build/
dist/
*.egg-info/

# Dependencies (if present)
node_modules/

# Test and tooling caches
.pytest_cache/
__pycache__/

# Logs and reports
logs/
# Exception: version project reports (root-level reports/)
!/reports/
!/reports/**
.debug/

# Environment and local data (secrets, DB, artifacts)
.env
moralstack.db
benchmark_outputs/

# IDE and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
