diff --git a/.dockerignore b/.dockerignore index bf9db60..20b21b3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,9 @@ release/ -data/ venv/ -build/ -target/ +/build/ +/data/ +/target/ **/__pycache__/ **/*.pyc +.classpath +.project \ No newline at end of file diff --git a/.gitignore b/.gitignore index 239f5ca..899cad1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ release/ -data/ venv/ -build/ -target/ +/build/ +/data/ +/target/ __pycache__/ *.pyc +.classpath +.project