Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created June 14, 2019 20:39
Show Gist options
  • Save shubhamagarwal92/444977c27899da31f06b451b372790a7 to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/444977c27899da31f06b451b372790a7 to your computer and use it in GitHub Desktop.
Generic git ignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.idea/
.DS_Store/
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Datasets, pretrained models, checkpoints and preprocessed files
data/
checkpoints/
logs/
# IPython Notebook
.ipynb_checkpoints
# virtualenv
venv/
ENV/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment