diff --git a/.dockerignore b/.dockerignore index 57b8460..794b4f1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,3 +7,5 @@ __pycache__/ .git/ .gitignore data/ +.env +.gitea/ diff --git a/.gitignore b/.gitignore index 29c1de2..4939c65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv/ __pycache__/ -.git/ \ No newline at end of file +.git/ +.env \ No newline at end of file