diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..01712f036 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,30 @@ +# flyctl launch added from .gitignore +**/.vscode +**/env +**/__pycache__ +**/*~ +**/venv +#*# + +# Distribution / packaging +**/.Python +**/build +**/develop-eggs +**/dist +**/downloads +**/eggs +**/.eggs +**/lib +**/lib64 +**/parts +**/sdist +**/var +**/wheels +**/share/python-wheels +**/*.egg-info +**/.installed.cfg +**/*.egg +**/MANIFEST +**/.DS_Store +**/.env +fly.toml diff --git a/.gitignore b/.gitignore index d23851756..f0feef95d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ share/python-wheels/ MANIFEST .DS_Store .env +fly.toml \ No newline at end of file