# Ignore macOS system files
.DS_Store

# Ignore Static files
build/
assets/
noteflow.egg-info/
internal/
dist/
.gitignore

# notes.md is tracked (the demo file ships with the repo); local
# backup files like notes.md.backup.* stay ignored.
notes.md.backup.*

# Per-folder AI conversation log — user content, never tracked.
ai_history.md

# Ignore Python virtual environment directory
.venv/
.venvMBP/
.venvGaming/

# Ignore other common files
__pycache__/
*.pyc
*.pyo
