diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-10-30 10:44:16 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-10-30 10:44:16 +0100 |
commit | 87e4cd5a4581094f490f79d4f1cf91f51897660f (patch) | |
tree | 9ebb02e1a155bd3a5516c3ecf342064707cf086d /.gitignore | |
parent | 795bec86727f7a95692cfc640aaf12ad59c862c6 (diff) | |
download | bsfs-87e4cd5a4581094f490f79d4f1cf91f51897660f.tar.gz bsfs-87e4cd5a4581094f490f79d4f1cf91f51897660f.tar.bz2 bsfs-87e4cd5a4581094f490f79d4f1cf91f51897660f.zip |
ignored files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de722e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ + +# python runtime files +__pycache__ +*.pyc +*.pyo + +# development files +*.pth +.coverage +.pypirc +.mypy_cache +bsfs.egg-info +htmlcov +tags +env + +# dist builds +MANIFEST +dist/ +build/ + +# doc builds +doc/build/ + +# doc extra files + +# test data binaries (keep the builder scripts only) + +# external builds + +# assets + + +## EOF ## |