DPSGDTool / .gitignore
Shuya Feng
fix: Re-add app directory and add .gitignore
4f456aa
raw
history blame contribute delete
144 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db