# Git files .git .gitignore .gitattributes .git/ # Python cache __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Jupyter Notebook .ipynb_checkpoints # pytest .pytest_cache/ .coverage htmlcov/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Documentation docs/ *.md README* # Logs *.log logs/ # Temporary files *.tmp *.temp temp/ tmp/ # Data files that are too large for Docker context # (These will be handled by Git LFS and mounted at runtime if needed) # CAPS/ # CAPS_Summaries/ # Combined_By_Region_Vectorstores/ # Combined_Summary_Vectorstore/ # Individual_All_Vectorstores/ # Individual_Summary_Vectorstores/ # Keep only essential data files in Docker context # maps_helpers/ (keep this as it's needed for the app) # data/ (keep this as it's needed for the app)