|
| 1 | +### Generated by gibo (https://github.com/simonwhitaker/gibo) |
| 2 | +### https://raw.github.com/github/gitignore/297239c101dcfdfae7e75757ed17ed993df0b4eb/Global/macOS.gitignore |
| 3 | + |
| 4 | +# General |
| 5 | +.DS_Store |
| 6 | +.AppleDouble |
| 7 | +.LSOverride |
| 8 | + |
| 9 | +# Icon must end with two \r |
| 10 | +Icon |
| 11 | + |
| 12 | + |
| 13 | +# Thumbnails |
| 14 | +._* |
| 15 | + |
| 16 | +# Files that might appear in the root of a volume |
| 17 | +.DocumentRevisions-V100 |
| 18 | +.fseventsd |
| 19 | +.Spotlight-V100 |
| 20 | +.TemporaryItems |
| 21 | +.Trashes |
| 22 | +.VolumeIcon.icns |
| 23 | +.com.apple.timemachine.donotpresent |
| 24 | + |
| 25 | +# Directories potentially created on remote AFP share |
| 26 | +.AppleDB |
| 27 | +.AppleDesktop |
| 28 | +Network Trash Folder |
| 29 | +Temporary Items |
| 30 | +.apdisk |
| 31 | +### Generated by gibo (https://github.com/simonwhitaker/gibo) |
| 32 | +### https://raw.github.com/github/gitignore/297239c101dcfdfae7e75757ed17ed993df0b4eb/Global/Windows.gitignore |
| 33 | + |
| 34 | +# Windows thumbnail cache files |
| 35 | +Thumbs.db |
| 36 | +Thumbs.db:encryptable |
| 37 | +ehthumbs.db |
| 38 | +ehthumbs_vista.db |
| 39 | + |
| 40 | +# Dump file |
| 41 | +*.stackdump |
| 42 | + |
| 43 | +# Folder config file |
| 44 | +[Dd]esktop.ini |
| 45 | + |
| 46 | +# Recycle Bin used on file shares |
| 47 | +$RECYCLE.BIN/ |
| 48 | + |
| 49 | +# Windows Installer files |
| 50 | +*.cab |
| 51 | +*.msi |
| 52 | +*.msix |
| 53 | +*.msm |
| 54 | +*.msp |
| 55 | + |
| 56 | +# Windows shortcuts |
| 57 | +*.lnk |
| 58 | +### Generated by gibo (https://github.com/simonwhitaker/gibo) |
| 59 | +### https://raw.github.com/github/gitignore/297239c101dcfdfae7e75757ed17ed993df0b4eb/Python.gitignore |
| 60 | + |
1 | 61 | # Byte-compiled / optimized / DLL files |
2 | 62 | __pycache__/ |
3 | 63 | *.py[cod] |
@@ -94,20 +154,28 @@ ipython_config.py |
94 | 154 | # install all needed dependencies. |
95 | 155 | #Pipfile.lock |
96 | 156 |
|
| 157 | +# UV |
| 158 | +# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. |
| 159 | +# This is especially recommended for binary packages to ensure reproducibility, and is more |
| 160 | +# commonly ignored for libraries. |
| 161 | +#uv.lock |
| 162 | + |
97 | 163 | # poetry |
98 | 164 | # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. |
99 | 165 | # This is especially recommended for binary packages to ensure reproducibility, and is more |
100 | 166 | # commonly ignored for libraries. |
101 | 167 | # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control |
102 | | -poetry.lock |
| 168 | +#poetry.lock |
103 | 169 |
|
104 | 170 | # pdm |
105 | 171 | # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. |
106 | 172 | #pdm.lock |
107 | 173 | # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it |
108 | 174 | # in version control. |
109 | | -# https://pdm.fming.dev/#use-with-ide |
| 175 | +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control |
110 | 176 | .pdm.toml |
| 177 | +.pdm-python |
| 178 | +.pdm-build/ |
111 | 179 |
|
112 | 180 | # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm |
113 | 181 | __pypackages__/ |
@@ -159,8 +227,44 @@ cython_debug/ |
159 | 227 | # option (not recommended) you can uncomment the following to ignore the entire idea folder. |
160 | 228 | #.idea/ |
161 | 229 |
|
162 | | -# Visual Studio Code related |
163 | | -.vscode |
| 230 | +# Ruff stuff: |
| 231 | +.ruff_cache/ |
164 | 232 |
|
165 | | -# Generated by MacOS |
166 | | -.DS_Store |
| 233 | +# PyPI configuration file |
| 234 | +.pypirc |
| 235 | +### Generated by gibo (https://github.com/simonwhitaker/gibo) |
| 236 | +### https://raw.github.com/github/gitignore/297239c101dcfdfae7e75757ed17ed993df0b4eb/GitHubPages.gitignore |
| 237 | + |
| 238 | +# This .gitignore is appropriate for repositories deployed to GitHub Pages and using |
| 239 | +# a Gemfile as specified at https://github.com/github/pages-gem#conventional |
| 240 | + |
| 241 | +# Basic Jekyll gitignores (synchronize to Jekyll.gitignore) |
| 242 | +_site/ |
| 243 | +.sass-cache/ |
| 244 | +.jekyll-cache/ |
| 245 | +.jekyll-metadata |
| 246 | + |
| 247 | +# Additional Ruby/bundler ignore for when you run: bundle install |
| 248 | +/vendor |
| 249 | + |
| 250 | +# Specific ignore for GitHub Pages |
| 251 | +# GitHub Pages will always use its own deployed version of pages-gem |
| 252 | +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is |
| 253 | +# counterproductive to check this file into the repository. |
| 254 | +# Details at https://github.com/github/pages-gem/issues/768 |
| 255 | +Gemfile.lock |
| 256 | +### Generated by gibo (https://github.com/simonwhitaker/gibo) |
| 257 | +### https://raw.github.com/github/gitignore/297239c101dcfdfae7e75757ed17ed993df0b4eb/Global/VisualStudioCode.gitignore |
| 258 | + |
| 259 | +.vscode/* |
| 260 | +!.vscode/settings.json |
| 261 | +!.vscode/tasks.json |
| 262 | +!.vscode/launch.json |
| 263 | +!.vscode/extensions.json |
| 264 | +!.vscode/*.code-snippets |
| 265 | + |
| 266 | +# Local History for Visual Studio Code |
| 267 | +.history/ |
| 268 | + |
| 269 | +# Built Visual Studio Code Extensions |
| 270 | +*.vsix |
0 commit comments