mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-19 01:17:16 +02:00
68 lines
710 B
Plaintext
68 lines
710 B
Plaintext
# Runtime data
|
|
data/
|
|
chat_uploads/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.db-journal
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Local configuration and secrets
|
|
config.yaml
|
|
config.local.yaml
|
|
config.yaml.backup
|
|
*.backup
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Upgrade / settings backups
|
|
.upgrade-backup/
|
|
|
|
# Eino runtime task board (under skills_dir)
|
|
skills/.eino/
|
|
|
|
# Build outputs
|
|
cyberstrike-ai
|
|
cyberstrike-ai.exe
|
|
*.test
|
|
bin/
|
|
dist/
|
|
build/
|
|
.build/
|
|
target/
|
|
.gradle/
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.bak
|
|
*~
|
|
tmp/
|
|
temp/
|
|
|
|
# Python
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
|
|
# Go
|
|
vendor/
|
|
|
|
# Node / browser extension
|
|
node_modules/
|
|
|
|
# macOS / Windows / editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
.idea/
|
|
.vscode/
|