Skip to content
Snippets Groups Projects
.gitignore 379 B
Newer Older
Erwan Rouchet's avatar
Erwan Rouchet committed
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest
.pytest_cache/

Erwan Rouchet's avatar
Erwan Rouchet committed
# Docs
Erwan Rouchet's avatar
Erwan Rouchet committed
# Editors
.vscode/
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim
.netrwhist
*~
tags
[._]*.un~