Files
py-midi-test/.gitignore
2026-01-14 19:25:43 +02:00

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