diff --git a/.gitignore b/.gitignore index f9ba7f8..7677d45 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ dist .DS_Store server/public vite.config.ts.* -*.tar.gz \ No newline at end of file +*.tar.gz +.cache/* +.replit +.agents diff --git a/.replit b/.replit deleted file mode 100644 index 35de35d..0000000 --- a/.replit +++ /dev/null @@ -1 +0,0 @@ -modules = ["python-3.11"]