Skip to content

Instantly share code, notes, and snippets.

@nabeelio
Last active July 14, 2016 19:59
Show Gist options
  • Save nabeelio/08bafc8760ac999d566d92e5aa84823e to your computer and use it in GitHub Desktop.
Save nabeelio/08bafc8760ac999d566d92e5aa84823e to your computer and use it in GitHub Desktop.
python gitignore file
__pycache__/
build/
develop-eggs/
dist/
downloads/
docs/_build/
eggs/
.eggs/
*.egg-info/
ENV/
env/
htmlcov/
.hypothesis/
instance/
parts/
sdist/
target/
.tox/
var/
venv/
*.py[cod]
*$py.class
*.so
.env
*.egg
.installed.cfg
*.manifest
celerybeat-schedule
*,cover
.coverage
.coverage.*
coverage.xml
.cache
.DS_Store
.idea/workspace.xml
.idea/tasks.xml
.ipynb_checkpoints
local_settings.py
*.log
MANIFEST
*.mo
nosetests.xml
pip-log.txt
pip-delete-this-directory.txt
.python-version
*.rdb
.scrapy
*.spec
*.pot
.webassets-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment