17 lines
207 B
Plaintext
17 lines
207 B
Plaintext
# 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
|
|
|