diff --git a/.gitignore b/.gitignore index e238c91..95f7b78 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ yarn-error.log* /api/venv __pycache__/ venv-manager.log -/api/.env \ No newline at end of file +/api/.env + +# API Docs Build Files +/api/documentation/site \ No newline at end of file