Initial commit: homelab configs, Docker, Neo4j, voice control, Gitea
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Bestanden die NIET in de Docker image hoeven
|
||||
# (Dockerfile + docker-compose.yml blijven op de NAS, gaan niet in image)
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
|
||||
# Lokaal
|
||||
.env
|
||||
.git/
|
||||
|
||||
# Test/tmp bestanden
|
||||
_test*.py
|
||||
_db_check*.py
|
||||
_fix_*.py
|
||||
_smoke*.py
|
||||
_check_*.py
|
||||
*.db
|
||||
*.wav
|
||||
*.mp3
|
||||
*.log
|
||||
|
||||
# Documentatie en tools (niet nodig in container)
|
||||
*.md
|
||||
nginx/
|
||||
mcp_config_example.toml
|
||||
scanner.py
|
||||
import_to_neo4j.py
|
||||
import_passwords.py
|
||||
setup_dbeaver.ps1
|
||||
dbeaver-connections-import.json
|
||||
r.json
|
||||
resp.json
|
||||
args.json
|
||||
Reference in New Issue
Block a user