39918-vm/.gitignore
2026-05-06 17:53:23 +00:00

20 lines
160 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# PyInstaller
*.spec
# IDE stuff
.vscode/
.idea/
# OS junk
.DS_Store
Thumbs.db
/.venv-linux-build