codon/.gitignore

57 lines
710 B
Plaintext
Raw Normal View History

2021-09-27 18:02:44 +00:00
######################
# Generic .gitignore #
######################
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
2021-10-03 15:15:12 +00:00
*.a
2021-09-27 18:02:44 +00:00
*.obj
*.so
2021-10-03 15:15:12 +00:00
*.dylib
2021-09-27 18:02:44 +00:00
*.pyc
build/
build_*/
2021-11-01 10:30:02 +00:00
extra/jupyter/build/
2021-09-27 18:02:44 +00:00
# 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
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE generated files #
#######################
.idea
.mypy_cache
.vscode
2021-11-01 10:31:24 +00:00
extra/jupyter/share/jupyter/kernels/codon/kernel.json
2021-12-06 09:59:32 +00:00
scratch.*