Skip to content

Commit

Permalink
Update .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 14, 2024
1 parent d01c74e commit d6b934b
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# Common Files
*.egg-info
*.pyc
*.pyo
.DS_Store
.coverage*
.fleet
.idea
.ipynb_checkpoints
uv.lock

# Common Directories
.fleet/
.idea/
.ipynb_checkpoints/
.python-version
.sandbox
.vs
.vscode
.vs/
.vscode/
.sandbox/
build/
dist/
docs/_build/
docs/generated/
node_modules/
references/

__pycache__

build
dist
docs/_build
docs/generated
references
# Project Directories
zenodo
uv.lock

0 comments on commit d6b934b

Please sign in to comment.