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