Skip to content

Commit

Permalink
Forgot the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenThornquist committed May 10, 2023
1 parent 956b5f0 commit e0380bf
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
*.tiff
*.siff
*.json
*.ipynb
*.dict
*.ref
*.roi
*.*roi
*.csv
*.h5
*.hdf5
*.DS_Store
.DS_Store
*.vscode
siffroi/_version.py
!/demo_notebooks/*.ipynb
!/demo_notebooks/demo_data/*.siff
!/demo_notebooks/demo_data/*.tiff

# Byte-compiled / optimized / DLL files
__pycache__/
*__pycache__*
*.py[cod]
*.pyc

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Sphinx documentation
docs/_build/
rdict.csv
flimenv.yml

0 comments on commit e0380bf

Please sign in to comment.