8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
# .gitignore file content
|
|
__pycache__/
|
|
.DS_Store
|
|
*/*/__pycache__/
|
|
**/__pycache__/**
|
|
|
|
.vscode/settings.json
|