Skip to content

Commit cc5587f

Browse files
committed
🧹 Update .gitignore to latest and remove duplicates
1 parent e3ab2f5 commit cc5587f

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.gitignore

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,26 @@ ipython_config.py
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106-
#pdm.lock
106+
pdm.lock
107107
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108108
# in version control.
109-
# https://pdm.fming.dev/#use-with-ide
109+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
110110
.pdm.toml
111+
.pdm-python
112+
.pdm-build/
113+
114+
# UV
115+
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
116+
# This is especially recommended for binary packages to ensure reproducibility, and is more
117+
# commonly ignored for libraries.
118+
#uv.lock
111119

112120
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113121
__pypackages__/
114122

123+
# PyPI configuration file
124+
.pypirc
125+
115126
# Celery stuff
116127
celerybeat-schedule
117128
celerybeat.pid
@@ -135,6 +146,9 @@ venv.bak/
135146
# Rope project settings
136147
.ropeproject
137148

149+
# Ruff stuff:
150+
.ruff_cache/
151+
138152
# mkdocs documentation
139153
/site
140154

@@ -160,7 +174,4 @@ cython_debug/
160174
#.idea/
161175

162176
# VSCode
163-
.vscode
164177
.vscode/
165-
vscode
166-
vscode/

0 commit comments

Comments
 (0)