Add .dockerignore and update .gitignore to include .poetry directory
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.spec
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
.vscode/
|
||||||
|
.venv/
|
||||||
|
.poetry/
|
||||||
|
# Ignore Python bytecode files
|
||||||
|
*.pyc
|
||||||
|
# Ignore build and distribution directories
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
.gitea/
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ __pycache__/
|
|||||||
logs/
|
logs/
|
||||||
.vscode/
|
.vscode/
|
||||||
.venv/
|
.venv/
|
||||||
|
.poetry/
|
||||||
|
|||||||
Reference in New Issue
Block a user