# By Default, Ignore any .*, except .gitignore
.*
!.gitignore

# Allow vscode 
# !.vscode

# Dev experimentation
examples/xp.rs

# --- Rust
target/

# --- Safety net
dist/
out/
__pycache__/
node_modules/
npm-debug.log
report.*.json

*.parquet
*.map
*.zip
*.gz
*.tar
*.tgz

# videos
*.mov
*.mp4

# images
*.icns
*.ico
*.jpeg
*.jpg
*.png`