diff --git a/.gitignore b/.gitignore index 9ea6a47..050420e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ -.venv/ -__pycache__/ +.git +.gitignore +.pytest_cache +.ruff_cache +.venv +__pycache__ *.py[cod] -*$py.class - -.pytest_cache/ -.ruff_cache/ -.mypy_cache/ - -logs/ *.log - +logs +tests +sql env/.env.dev env/.env.prod +Dockerfile