diff options
author | André Glüpker <git@wgmd.de> | 2021-01-17 21:39:06 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2021-01-17 21:39:06 +0100 |
commit | 7ef47bbe538d23e49f1a89e663e5a91a7b50aa1b (patch) | |
tree | 6e2da88307c114274f2482909c9330cda332bc08 /.gitignore | |
parent | ac1cdd56aec9b616d583b8b38887213c771b0e4d (diff) | |
download | steam-7ef47bbe538d23e49f1a89e663e5a91a7b50aa1b.tar.gz steam-7ef47bbe538d23e49f1a89e663e5a91a7b50aa1b.tar.bz2 steam-7ef47bbe538d23e49f1a89e663e5a91a7b50aa1b.zip |
Chore: Move to poetry
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ +.venv +__pycache__ +*.pyc + cache docs -__pycache__ config/*.json |