Skip to content

Instantly share code, notes, and snippets.

@joypauls
joypauls / .gitignore
Last active May 8, 2020 03:51
A useful data science .gitignore file
# python section
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so