Add .gitignore file (#7)
* Add dify dsl demo * Deploying on docker * Add .gitignore file --------- Co-authored-by: Gerry.qi 齐晓明 <Gerry.qi@pousheng.com>
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
*.log
|
||||||
|
*.log.*
|
||||||
|
*.bak
|
||||||
|
logs
|
||||||
|
/configs/*.py
|
||||||
|
.vscode/
|
||||||
|
__pycache__/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
.python-version
|
||||||
|
Pipfile.lock
|
||||||
|
poetry.lock
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user