https://github.com/annotation/text-fabric
Raw File
Tip revision: 74b7119e3be6ec627f6f8fc01f82f86d99de55fc authored by Dirk Roorda on 03 December 2016, 13:04:53 UTC
New minor release 0.0.13
Tip revision: 74b7119
.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
.ipynb_checkpoints

# Build directories #
#####################
_build/
__pycache__

# Config files which get locally modified
#########################################
laf-fabric.cfg
back to top