toolbox/.gitignore

13 lines
148 B
Plaintext

# Cache files.
/*.egg-info/
**/__pycache__/
/.mypy_cache/
# Machine-specific stuff.
/.pdm.toml
/.venv/
# Large/binary files.
/data/*
!/data/.keep