fix: ignore local IDE workspace and generated caches
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# macOS generated files
|
||||
.DS_Store
|
||||
|
||||
# Python generated caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# PyCharm personal workspace state
|
||||
.idea/workspace.xml
|
||||
Reference in New Issue
Block a user