Skip to content

Commit

Permalink
Removed unecessary gitignore lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Nov 20, 2023
1 parent 08f028f commit c228a12
Showing 1 changed file with 1 addition and 98 deletions.
99 changes: 1 addition & 98 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,13 @@
.ipynb_checkpoints/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.coverage*
*.py,cover
.hypothesis/**
.pytest_cache/**

# Misc
results/
Expand All @@ -49,61 +23,12 @@ image_files*
# datasets
cifar*

data/
docs/_build/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so


# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
logs/

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
build
_build

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv


# SageMath parsed files
*.sage.py

# Environments
.env
.venv
Expand All @@ -114,33 +39,11 @@ env.bak/
venv.bak/
.direnv

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Downloaded datasets for docs

# IPython
profile_default/
ipython_config.py
__pypackages__/


# Data files
**.zip
**-ubyte
**.gz
**.tar
**.7Z
**.BZ2
**.rar

**.rar

0 comments on commit c228a12

Please sign in to comment.