mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 06:28:43 +00:00
45 lines
633 B
Plaintext
45 lines
633 B
Plaintext
# Temporary files
|
|
*.tmp
|
|
tmp*/
|
|
venv/
|
|
.venv
|
|
!voxvera/
|
|
!voxvera/resources/**
|
|
!voxvera/src/**
|
|
|
|
# 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
|
|
gui/electron/package-lock.json
|
|
voxvera/src/config.json
|
|
voxvera/src/index.html
|
|
voxvera/src/nostr.html
|
|
voxvera/src/qrcode-content.png
|
|
voxvera/src/qrcode-tear-offs.png
|