this runs with a basic model and even more basic test, but I'm not committing those yet as I'm still playing with the model (lest I make 30 revisions right off the bat) Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
17 lines
170 B
Plaintext
17 lines
170 B
Plaintext
# Python packaging and testing
|
|
*.egg-info/
|
|
.tox/
|
|
.coverage
|
|
|
|
# IDE/etc. stuff
|
|
.*.sw*
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
# autogenerated versioning
|
|
_version.py
|
|
|
|
# Django DB files
|
|
db.sqlite3
|