- Volledige projectbeschrijving, quick start, architectuur - Pipeline documentatie en development instructies - Disclaimer en licentie-informatie - data/ directory (XML cache) gitignored
34 lines
271 B
Text
34 lines
271 B
Text
# Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
ansible/.vault_pass
|
|
|
|
# Nix / direnv
|
|
.direnv/
|
|
result
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
*.egg
|
|
|
|
# Testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
data/
|