Skip to content

Commit

Permalink
Updated .gitignore to remove some build caching and organize a bit be…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
Sigurd-Borge committed Sep 26, 2024
1 parent d672713 commit 321e33d
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
.vscode
# Some categories and items copied from https://github.com/github/gitignore/blob/main/Python.gitignore

# Byte-compiled / optimized / DLL files
__pycache__
**.ipynb

.idea
venv
.venv/
.env
# Distribution / packaging
.Python
build/
dist/
sdist/
*.egg-info/

# Unit test / coverage reports
.coverage
coverage.xml
AntaresWebDesktop/
.tox/

# Environments
.env
.venv
env/
venv/

# Jupyter notebooks
**.ipynb

# Other
.vscode
.idea
AntaresWebDesktop/

0 comments on commit 321e33d

Please sign in to comment.