Skip to content

Commit

Permalink
Revert gitignore update that clobbered it
Browse files Browse the repository at this point in the history
Reverts ebfcaae and adds
line to ignore .python-version
  • Loading branch information
gherceg committed Nov 20, 2023
1 parent d375bbe commit 538989a
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
.python-version
*.py[cod]
*~
\#*
.\#*
.history
.mypy_cache
.vscode

.coverage
# README.txt is just for the Cheeseshop; README.md is the authoritative one
/README.txt
/commcare_export/VERSION

# OSX droppings
.DS_Store

# C extensions
*.so

# Packages
*.egg
*.egg-info
__pycache__/
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
/pip-wheel-metadata

# Installer logs
pip-log.txt

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# PyCharm
.idea

# Excel
~*.xlsx

/docs/_build
/django-prbac.db

# virtualenv
.python-version

0 comments on commit 538989a

Please sign in to comment.