Initial commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Ignore JetBrains project files
|
||||
.idea/
|
||||
|
||||
# Ignore Python cache directories
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
|
||||
# Ignore compiled Python files
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Ignore macOS system files
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user