Skip to content

Commit

Permalink
Remove unnecessary lines from .gitignore (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty authored Oct 13, 2023
1 parent 2ada3f9 commit 3c3fc26
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,63 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

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

# 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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
django_snakeoil.egg-info/
docs/_build/

# PyBuilder
target/

# Virtualenv
.venv

.vscode/

tests/media/

tests/test.sqlite3
.coverage

0 comments on commit 3c3fc26

Please sign in to comment.