Naut/.gitignore
2026-06-25 00:25:38 -04:00

22 lines
420 B
Text

# Build trees
/build/
/build-*/
# Editor / tooling caches and generated compilation database
.cache/
compile_commands.json
__pycache__/
*.pyc
git-tools/
# Test scratch
/tmp/
# Local downloads and packaging scratch
/downloads/
/package/
/package.zip
# Stray torrents dropped at the repo root (fixtures under tests/ stay tracked)
torrents/*.torrent
# Downloaded torrent data (capital-D dir used at runtime)
/Downloads/