22 lines
263 B
Plaintext
22 lines
263 B
Plaintext
*.md
|
|
!README.md
|
|
!knowledge/**/*.md
|
|
!services/comms/knowledge/**/*.md
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache
|
|
.coverage
|
|
build/
|
|
test-results/
|
|
artifacts/
|
|
.venv
|
|
.venv-ci
|
|
tmp/
|
|
.terraform/
|
|
**/.terraform/
|
|
*.tfvars
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
terraform/atlas/generated/
|