Skip to content

Instantly share code, notes, and snippets.

@KAnanev
Forked from rask004/.gitignore-python
Created April 5, 2021 09:22
Show Gist options
  • Save KAnanev/8e1ac0c0e371d60c4e31c0921e89efca to your computer and use it in GitHub Desktop.
Save KAnanev/8e1ac0c0e371d60c4e31c0921e89efca to your computer and use it in GitHub Desktop.
GitIgnore for Python Pycharm projects.
.idea/
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment