forked from RichLewis007/DeepDIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
201 lines (193 loc) · 4.77 KB
/
Copy path.gitignore
File metadata and controls
201 lines (193 loc) · 4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
# This project
frontend/package-lock.json
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.env
env/
venv/
ENV/
venv.bak/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist/
# macOS
.DS_Store
# Docker
*.pid
*.seed
docker-compose.override.yml
# Logs and temp
*.log
*.swp
*.tmp
# Editor
.idea/
.vscode/
*.code-workspace
# --- Added from GitHub template: Python on Mon Jul 28 23:21:42 EDT 2025 ---
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# For a library or package, you might want to ignore these files since the code is
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
# in the .venv directory. It is recommended not to include this directory in version control.
# install all needed dependencies.
# intended to run in multiple environments; otherwise, check them in:
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# Usually these files are written by a python script from a template
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
# refer to https://docs.cursor.com/context/ignore-files
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# you could uncomment the following to ignore the entire vscode folder
# .python-version
# .vscode/
# Abstra
# Abstra is an AI-powered process automation framework.
# Byte-compiled / optimized / DLL files
# C extensions
# Celery stuff
# Cursor
# Cython debug symbols
# Distribution / packaging
# Django stuff:
# Environments
# Flask stuff:
# IPython
# Ignore directories containing user credentials, local state, and settings.
# Installer logs
# Jupyter Notebook
# Learn more at https://abstra.io/docs
# Marimo
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
# PyBuilder
# PyCharm
# PyInstaller
# PyPI configuration file
# Pyre type checker
# Rope project settings
# Ruff stuff:
# SageMath parsed files
# Scrapy stuff:
# Sphinx documentation
# Spyder project settings
# Translations
# UV
# Unit test / coverage reports
# Visual Studio Code
# mkdocs documentation
# mypy
# pdm
# pipenv
# pixi
# poetry
# pyenv
# pytype static type analyzer
#.idea/
#Pipfile.lock
#pdm.lock
#pdm.toml
#pixi.lock
#poetry.lock
#poetry.toml
#uv.lock
*$py.class
*.cover
*.egg
*.egg-info/
*.manifest
*.mo
*.pot
*.py.cover
*.py[codz]
*.sage.py
*.so
*.spec
.abstra/
.cache
.coverage
.coverage.*
.cursorignore
.cursorindexingignore
.dmypy.json
.eggs/
.envrc
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.nox/
.pdm-build/
.pdm-python
.pixi
.pybuilder/
.pypirc
.pyre/
.pytest_cache/
.pytype/
.ropeproject
.ruff_cache/
.scrapy
.spyderproject
.spyproject
.tox/
.venv
.webassets-cache
/site
MANIFEST
__marimo__/
__pypackages__/
build/
celerybeat-schedule
celerybeat.pid
cover/
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs/
dmypy.json
docs/_build/
downloads/
eggs/
env.bak/
htmlcov/
instance/
ipython_config.py
lib/
lib64/
local_settings.py
marimo/_lsp/
marimo/_static/
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
profile_default/
sdist/
share/python-wheels/
target/
var/
wheels/