# Bio Human Atlas Viewer - Docker Ignore # Gaston Software Solutions Tec, Uganda # AR Dashboard Specific Exclusions # Git .git .gitignore .gitattributes # Documentation README.md CHANGELOG.md LICENSE *.md # Development files .vscode/ .idea/ *.swp *.swo *~ # Python __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 venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .cache nosetests.xml coverage.xml *.cover .hypothesis/ test-*.js test-*.py test_*.py *test*.html # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Logs logs/ *.log # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # next.js build output .next # nuxt.js build output .nuxt # vuepress build output .vuepress/dist # Serverless directories .serverless # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files tmp/ temp/ *.tmp *.temp # IDE files *.sublime-project *.sublime-workspace # Local development local/ .local/ # Backup files *.bak *.backup # Database files *.db *.sqlite *.sqlite3 # Compiled files *.com *.class *.dll *.exe *.o *.so # Archives *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Media files (if not needed) *.mp4 *.avi *.mov *.wmv *.flv *.webm # Large data files *.csv *.json.gz *.parquet # Development scripts scripts/dev/ scripts/test/ dev-tools/ # Documentation build docs/_build/ site/ # AR Dashboard specific exclusions debug-*.js debug-*.html debug-*.py analyze-*.js analyze-*.py fix-*.js fix-*.py deploy-*.bat deploy-*.py setup-*.py install-*.bat start-*.bat launch-*.bat monitor-*.js verify-*.js check-*.js check-*.py test_*.js Frontend/ oabrowser/ 3Dslicer/ Bio/ conductor_*/ spillover_deploy/ war/ econ/ deep/ deepseek-ai-*/ DeepSeek-OCR/ aegis_*/ langgraph/ tec/ tt/ chatterbox-turbo-demo/ ChatUI/ fastsdcpu_temp/ hf_space_temp/ New folder/ output/ pdb_cache/ venv_*/ __pycache__/