diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..059bb407 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Next.js +frontend/.next/ +frontend/node_modules/ +frontend/*.tsbuildinfo + +# Python +.venv/ +**/__pycache__/ +*.pyc + +# Environment +.env +.env.* + +# Uploads (optional) +backend/_uploads/ + +# macOS +__MACOSX/ +.DS_Store \ No newline at end of file