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:
Gerry Qi
2025-07-02 18:30:46 +08:00
committed by GitHub
parent c777905bd3
commit 667cecbbe0

25
.gitignore vendored Normal file
View 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/