Files
LOGAR/.gitignore
T
me0nline 7052e68589
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m40s
Implement edge filtering, state tracking, clean out/ directory, and add Gitea CI workflow
2026-09-04 15:32:39 +02:00

38 lines
428 B
Plaintext

# Virtual Environment
venv/
env/
ENV/
# Python cache & build
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.spec
*.exe
*.bin
*.dll
*.so
*.dylib
# Database files & state
*.db
*.sqlite
*.sqlite3
client_state.json
*.tmp
# Live configuration with generated private keys & tokens (samples are tracked)
server_config.json
client_config.json
test_*.json
test_*.db
# IDE & OS files
.vscode/
.idea/
Thumbs.db
Desktop.ini
.DS_Store