krz/hutch-stats

clone: git clone https://gitbay.org/krz/hutch-stats.git

main: .dockerignore · raw

 1.git
 2.gitignore
 3.env
 4.env.*
 5!.env.example
 6.venv/
 7venv/
 8__pycache__/
 9*.py[cod]
10*.db
11*.sqlite
12*.sqlite3
13.pytest_cache/
14.mypy_cache/
15.ruff_cache/
16.hypothesis/
17.coverage
18.coverage.*
19htmlcov/
20build/
21dist/
22*.egg-info/
23.eggs/
24.DS_Store
25.idea/
26.vscode/