38 lines
524 B
Plaintext
38 lines
524 B
Plaintext
|
|
# 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
|