13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
# Do not send secrets or local junk to the Docker daemon
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
.git
|
|
.gitignore
|
|
**/.DS_Store
|
|
**/node_modules
|
|
**/venv
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.log
|