Skip to content

Instantly share code, notes, and snippets.

@bdsaglam
Created June 13, 2020 09:40
Show Gist options
  • Select an option

  • Save bdsaglam/11d31d212681ff44dc6fb1286aab7ff8 to your computer and use it in GitHub Desktop.

Select an option

Save bdsaglam/11d31d212681ff44dc6fb1286aab7ff8 to your computer and use it in GitHub Desktop.
gitignore file for PyCharm
data/
# Jupyter notebook checkpoints
notebooks/
*.ipynb_checkpoints/
# PyTorch Lightning
*lightning_logs/
# PyCharm files
.idea
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.pytest_cache
# OSX
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment