Adding a gitignore file
This commit is contained in:
parent
3f6007b7f5
commit
56bcf153ce
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Compiled python file
|
||||||
|
*.pyc
|
||||||
|
# PyCharm folder
|
||||||
|
.idea
|
||||||
|
# Build folder
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
.eggs
|
||||||
|
*.egg-info
|
||||||
|
# Other things
|
||||||
|
venv/
|
||||||
|
*.tags
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
Loading…
x
Reference in New Issue
Block a user