-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
224 lines (223 loc) · 5.77 KB
/
Copy path.gitignore
File metadata and controls
224 lines (223 loc) · 5.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
*$py.class
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# Agent scratch / plan / handoff notes (not part of the codebase)
.ai/
# and can be added to the global gitignore or merged into this file. For a more nuclear
application-live-local.yml
application-live-local.yaml
application-local.yml
# Spring reads both extensions, so a .yaml typo is a config file that works and is tracked.
application-local.yaml
**/atlassian-ide-plugin.xml
# auto-import.
# Beads (AI agent issue tracker) - local-only files
.beads/bd.pipe
.beads/bd.sock
.beads/beads.db
.beads/beads.db-*
.beads/.exclusive-lock
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
build/
.builder-session
# Builder session tracking (per-worktree)
# Byte-compiled / optimized / DLL files
.cache
celerybeat.pid
celerybeat-schedule
# Celery stuff
# C extensions
.classpath
# commonly ignored for libraries.
.context
.context/
*.cover
cover/
.coverage
.coverage.*
coverage.xml
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Cursive Clojure plugin
cython_debug/
# Cython debug symbols
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist/
# Distribution / packaging
# Django stuff:
.dmypy.json
dmypy.json
docker/self-host/letsencrypt/
docs/_build/
downloads/
.DS_Store
# Editor-based HTTP Client
*.egg
*.egg-info/
.eggs/
eggs/
.env
env/
ENV/
*.env.bak.*
env.bak/
# Environments
# File-based project format
# Flask stuff:
# For a library or package, you might want to ignore these files since the code is
# Generated files
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
# Gradle and Maven with auto-import
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# However, in case of collaboration, if having platform-specific dependencies or dependencies
htmlcov/
**/http-client.private.env.json
# https://pdm.fming.dev/#use-with-ide
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
.hypothesis/
#.idea/
**/.idea/artifacts
**/.idea/**/biome.xml
**/.idea/compiler.xml
**/.idea/**/contentModel.xml
**/.idea/**/copilot.data.migration.*.xml
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.local.xml
**/.idea/**/dataSources.xml
**/.idea/**/dbnavigator.xml
**/.idea/**/dictionaries
**/.idea/**/dynamic.xml
**/.idea/httpRequests
**/.idea/*.iml
**/.idea/jarRepositories.xml
**/.idea/modules
**/.idea/modules.xml
**/.idea/replstate.xml
**/.idea/**/shelf
**/.idea/sonarlint/
**/.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
**/.idea/**/sqlDataSources.xml
**/.idea/**/sqldialects.xml
**/.idea/**/tasks.xml
**/.idea/**/uiDesigner.xml
**/.idea/**/usage.statistics.xml
**/.idea/**/workspace.xml
# IDE files
**/*.iml
# install all needed dependencies.
.installed.cfg
# Installer logs
/instance/
# IntelliJ
# intended to run in multiple environments; otherwise, check them in:
# in version control.
**/*.ipr
.ipynb_checkpoints
# IPython
ipython_config.py
**/*.iws
# Java-Client creation temporary
# ----- JetBrains IDE Template (cleaned up to include only relevant parts) ----- #
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# JIRA plugin
# Jupyter Notebook
lib64/
# local .env backups (deploy scratch) — must never be committed
local_settings.py
*.log
*.manifest
MANIFEST
MISSION.md
# mkdocs documentation
*.mo
# mypy
.mypy_cache/
node_modules/
nosetests.xml
.nox/
# OpenCode builder mission files (per-worktree, ephemeral)
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
**/out/
parts/
# pdm
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
.pdm.toml
*.pem
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
pip-delete-this-directory.txt
# pipenv
#Pipfile.lock
pip-log.txt
# poetry
#poetry.lock
postgres-data-temp-*/
*.pot
# Private keys
profile_default/
.project
.pybuilder/
# PyBuilder
__pycache__/
# PyCharm
*.py[cod]
*.py,cover
# pyenv
# PyInstaller
__pypackages__/
.pyre/
# Pyre type checker
.pytest_cache/
.Python
# .python-version
.pytype/
# pytype static type analyzer
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.research/
# Research directory (local only)
.ropeproject
# Rope project settings
# SageMath parsed files
*.sage.py
.scrapy
# Scrapy stuff:
sdist/
# Self-host: Traefik writes cert material here inside the operator's checkout
# Sensitive or high-churn files
server/.env.bak.*
server/logs/
server/postgres-data/
server/postgres-data-temp-*
server/postgres-data-temp/
server/postgres-data*.tgz
/server/src/test/resources/application-github-integration-local.yml
.settings/
share/python-wheels/
# 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 poetry.lock in version control.
# since they will be recreated, and may cause churn. Uncomment if using
/site
*.so
# SonarLint plugin
*.spec
# Sphinx documentation
.spyderproject
# Spyder project settings
.spyproject
target/
# This is especially recommended for binary packages to ensure reproducibility, and is more
tmp
.tox/
# Translations
# Unit test / coverage reports
# User-specific stuff
# Usually these files are written by a python script from a template
var/
.venv
venv/
venv.bak/
.webassets-cache
wheels/
# When using Gradle or Maven with auto-import, you should exclude module files,