diff --git a/.gitignore b/.gitignore index f8b51c8..c38aae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ .env -.env.* + instance/ +*.db + documents/ + __pycache__/ *.pyc -*.db -team_tryouts.db + .pytest_cache/ .coverage htmlcov/