# Binaries
dist/
fml
*.exe
__debug_bin*

# Local database
fasttrackml.db*
encrypted.db*

# Quick start
outputs
poetry.lock

# Misc
.DS_Store

# Optional workspace
go.work*
*.code-workspace

# Python wheels
python/build/
python/*.egg-info/
wheelhouse/

benchmark_outputs
# Python package
__pycache__/