mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-12 11:26:53 +00:00
23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Virtual environment
|
|
venv/
|
|
env/
|
|
.venv/
|
|
|
|
# Editor and IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|