mirror of
https://github.com/ApfelTeeSaft/CTR-WebCam.git
synced 2026-08-26 19:23:33 +00:00
36 lines
269 B
Plaintext
36 lines
269 B
Plaintext
# Build artifacts
|
|
dist/
|
|
*.3dsx
|
|
*.elf
|
|
*.smdh
|
|
*.cia
|
|
|
|
# 3DS build
|
|
3ds-app/build/
|
|
*.o
|
|
*.d
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Config (user-specific)
|
|
config.local.json
|