# editor leftovers
*~
*.bak
*.orig
*.swp
TAGS
.*
!.gitignore
!.github
*.kpf
*.komodoproject

*.sublime-workspace

# python files
*.py[cod]
dist/

# gettext binaries
*.mo

# operating system junk
.DS_Store
thumbs.db

evap/localsettings.py
evap/static/css/evap.css
evap/static/css/evap.css.map
evap/static/ts/rendered

docs/_build

coverage.xml
htmlcov

# pip puts editable packages here
src
!evap/static/ts/.prettierrc.json
!evap/static/ts/src

node_modules

# python env subdir
env/
venv/

# notes to self
todo.txt
todo

# flake8 configuration
setup.cfg

/data/
/result
.envrc
