summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 8daace4c938623de0486229e95c224c45604dd92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
__pycache__
*.pyc
*.pyo
.git
.github
.venv
.env
.env.*
!.env.example
tests/
docs/
*.md
.ruff_cache
.pytest_cache
.mypy_cache
monitoring/
scripts/
cli/