diff options
Diffstat (limited to 'api/.gitignore')
-rw-r--r-- | api/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/.gitignore b/api/.gitignore new file mode 100644 index 0000000..101092a --- /dev/null +++ b/api/.gitignore @@ -0,0 +1,8 @@ +__pycache__ +app.egg-info +*.pyc +.mypy_cache +.coverage +htmlcov +.cache +.venv
\ No newline at end of file |