diff options
author | ubq323 <ubq323@ubq323.website> | 2021-12-24 17:35:33 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2021-12-24 17:35:33 +0000 |
commit | a584ef534104e38224b1254dbbb96ca236f9bcca (patch) | |
tree | fd028e0db66ec06c2b2a9f363f99ff190790a96d /.gitignore |
pisstrunk
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..855ec1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.py[cod] +venv/ |