diff options
author | Michał Klichowicz <emkael@tlen.pl> | 2023-09-30 15:20:24 +0200 |
---|---|---|
committer | Michał Klichowicz <emkael@tlen.pl> | 2023-09-30 15:20:24 +0200 |
commit | b803c87cc5f5ef785c151a75a424f59c33cfa8f7 (patch) | |
tree | 819894151c72d9a2987cf1ff54757c898ca9afff /.gitignore | |
parent | 463795c2b9ab02a0b0e92d29b3a78de565eb4c57 (diff) |
PyInstaller setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ www/ config.json *.pyc *.json +build/ +dist/ |