diff options
author | Oxbian <got.dacs@slmail.me> | 2023-06-25 00:23:46 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-06-25 00:23:46 +0200 |
commit | dca57b84d8e6357c958b4a6d4e8a77f3ca43c2dc (patch) | |
tree | 65e17ec7ebb2e30706c4fb06d2414b90db394e73 /.gitignore | |
parent | 941fd2be7371b5d20a84c243571e8b071167af1e (diff) | |
download | blog-generator-dca57b84d8e6357c958b4a6d4e8a77f3ca43c2dc.tar.gz blog-generator-dca57b84d8e6357c958b4a6d4e8a77f3ca43c2dc.zip |
Updating .gitignore & removing print from generator.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ .venv/ .env +__pycache__/ |