swh:1:snp:7ce5f1105410d5ee1ad6abfdc873986c25b579e5
Raw File
Tip revision: ecd99df1ebadcdbd70fb7ee3b34b22973d478799 authored by Dirk Roorda on 28 October 2023, 08:34:28 UTC
New tool for manual annotation in TF browser and Jupyter Notebook
Tip revision: ecd99df
.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.jar
*.rar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files #
###################
*.swp
*.pyc
*.tfx

# Build directories #
#####################
site/
_site/
_themes/
build/
_build/
__pycache__/
_temp/
_local
dist
.tf/
.ipynb_checkpoints/

# Config files which get locally modified
#########################################
.jekyll-metadata
.obsidian*
back to top