diff --git a/.flake8 b/.flake8 new file mode 100755 index 0000000..79a16af --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 120 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac2248c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.ckpt +assets/ +bk_lightning_logs/ +exp_logs/ +lightning_logs/ +logs/ + +*.pyc +.vscode \ No newline at end of file