track ignore files for completeness

This commit is contained in:
George 2024-10-07 15:12:27 -07:00
parent 93d4b74f5e
commit 7e0adeeda1
2 changed files with 7 additions and 0 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
.*
__pycache__
!.env

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.*
__pycache__
!.gitignore
!.dockerignore