toolbox/.gitignore

17 lines
215 B
Plaintext
Raw Permalink Normal View History

# Cache files.
2022-12-17 21:52:34 +01:00
/*.egg-info/
**/__pycache__/
/.mypy_cache/
2022-12-17 21:52:34 +01:00
# Machine-specific stuff.
2022-12-17 21:52:34 +01:00
/.pdm.toml
/.venv/
# Large/binary files.
2022-12-17 21:52:34 +01:00
/data/*
!/data/.keep
/training/data/*
!/training/data/.keep
/training/checkpoints/
*.pt