Skip to content

Instantly share code, notes, and snippets.

@slavfox
Created February 3, 2020 16:23
Show Gist options
  • Save slavfox/3b16bd77eed7358b5d07c4ccaad64079 to your computer and use it in GitHub Desktop.
Save slavfox/3b16bd77eed7358b5d07c4ccaad64079 to your computer and use it in GitHub Desktop.
Base gitignore
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
docs/_build/
target/
.python-version
__pypackages__/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.ropeproject
.mypy_cache/
.dmypy.json
dmypy.json
.idea
*.iml
.DS_Store
.AppleDouble
.LSOverride
._*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment