*.py[cod]
*~
\#*
.\#*

# 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
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# 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
commcare_export.log

# uv
.uv/
uv.lock

# Build artifacts
*.whl
