Adding a gitignore file

This commit is contained in:
Godzil 2019-10-08 14:30:59 +01:00
parent 3f6007b7f5
commit 56bcf153ce

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Compiled python file
*.pyc
# PyCharm folder
.idea
# Build folder
build/
dist/
.eggs
*.egg-info
# Other things
venv/
*.tags
*.swp
*~