chore: add gitignore file for python and ide configuration files
This commit is contained in:
parent
dd283e4a05
commit
863f4a94e1
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
Loading…
Reference in New Issue
Block a user