mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
34 lines
408 B
Plaintext
34 lines
408 B
Plaintext
# Temporary files
|
|
*.tmp
|
|
tmp*/
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build and distribution artifacts
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Electron app artifacts
|
|
gui/electron/node_modules/
|
|
gui/electron/dist/
|
|
gui/electron/build/
|
|
gui/electron/out/
|
|
|
|
# Generated host directories
|
|
host/*
|
|
!host/voxvera/
|
|
|
|
# CI logs
|
|
ci-logs/
|
|
|
|
# Onionshare logs and session files
|
|
*.log
|
|
*.onionshare-session
|