Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
|
||||
.venv/
|
||||
.venv*/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
config/config.yml
|
||||
config/*.local.yml
|
||||
data/
|
||||
logs/
|
||||
|
||||
docker-compose.override.yml
|
||||
Reference in New Issue
Block a user