Create .gitignore

This commit is contained in:
Untriex Programming 2021-03-17 08:57:26 +01:00 committed by GitHub
parent 339be0ccd8
commit 5c7796b71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored Normal file

@ -0,0 +1,4 @@
.idea/*
.venv/*
./__pycache__
*.pyc