veekun_pokedex/.gitignore
Andrew Ekstedt 9c25b268eb
Update README and improve docker support (#294)
* improve python 3, docker support and README

- fix support for python 3.7
- simplify docker support
- update readme
- remove obsolete item-questions file
2020-03-04 15:07:03 -08:00

23 lines
230 B
Plaintext

*.pyc
*.pyo
~*
*.swp
*.egg-info
pokedex.sqlite
pokedex.sqlite-journal
whoosh-index
pip-selfcheck.json
/bin
!/bin/edit-csv-as-yaml
!/bin/poupdate
!/bin/reset-postgresql-sequences
!/bin/docker-pokedex
/local
/lib
/include
.idea