init public release
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Never copy a host virtual environment into the image
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
|
||||
# Python caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# VCS / editor
|
||||
.git
|
||||
.gitignore
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local env / secrets (manage these via compose env_file or secrets instead)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
Reference in New Issue
Block a user