chore: add gitignore for Python cache and IDE files
This commit is contained in:
parent
fcbd41c750
commit
05e2fb3fbb
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