CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m40s
38 lines
428 B
Plaintext
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
|