Skip to content

Commit 0a4ed42

Browse files
authored
fix: unify existing patterns, remove redundant (#168)
1 parent e3d2e1d commit 0a4ed42

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

.gitignore

+5-35
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,8 @@ ipython_config.py
8585
# pyenv
8686
# For a library or package, you might want to ignore these files since the code is
8787
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
89-
90-
# pipenv
91-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
93-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
94-
# install all needed dependencies.
95-
#Pipfile.lock
96-
97-
# poetry
98-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99-
# This is especially recommended for binary packages to ensure reproducibility, and is more
100-
# commonly ignored for libraries.
101-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
103-
104-
# pdm
105-
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106-
#pdm.lock
107-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108-
# in version control.
109-
# https://pdm.fming.dev/#use-with-ide
88+
.python-version
89+
11090
.pdm.toml
11191

11292
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
@@ -152,21 +132,11 @@ dmypy.json
152132
# Cython debug symbols
153133
cython_debug/
154134

155-
# PyCharm
156-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
157-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158-
# and can be added to the global gitignore or merged into this file. For a more nuclear
159-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
135+
.idea/
161136
.DS_Store
162-
nbs/*.tar.gz
163137
*.tar.gz
164-
nbs/fast-*/*
165-
local_cache/*/*
166-
*/local_cache/*/*
167-
*/*/local_cache/*/*
138+
**/local_cache/
168139
docs/experimental/*.parquet
169140
docs/experimental/*.bin
170141
qdrant_storage/*
171-
fooling_around/*
172-
experiments/models/*
142+
experiments/models/*

0 commit comments

Comments
 (0)