# ==========================================
# SECURITY / SECRETS (CRITICAL)
.env
.env.*
*.pem
*.key

# PYTHON, FLASK & VIRTUAL ENVIRONMENTS
__pycache__/
*.py[cod]
*$py.class
*.so
venv/
env/
.venv/
flask_session/

# PYPI PACKAGING & BUILD ARTIFACTS
build/
dist/
*.egg-info/

# TESTING & LINTING (NEW)
.coverage
htmlcov/
.mypy_cache/

# LOGS & DATABASES
*.log
gitgalaxy_dropped_orders.log
*.sqlite3
*.sqlite3-journal

# FRONTEND & NODE
node_modules/
tailwindcss

# OS & EDITOR FILES
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*~
*.bak
.~lock.*

# PROJECT-SPECIFIC SCRIPTS & DRAFTS
get_ids.py
get_shop.py
histogram_matcher.py
archive/
*.odt

# GITGALAXY HEAVY DATA
data/
museum/
museum_2/
*.json
*_llm.md
venvs/

# Local data mounts
data/
museum/
docs_build/
updated_results/
utilities/
# Ignore local data symlinks
site/museum/
museum/
updated_results_expanded_story/
updated_results_2/
gitgalaxy/README gitgalaxy.md
gitgalaxy/core/README core.md
gitgalaxy/physics/README physics.md
gitgalaxy/recorders/README recorder.md
gitgalaxy/security/README security.md
gitgalaxy/standards/README standards.md
gitgalaxy/tools/README tools.md
gitgalaxy/tools/ai_guardrails/README ai.md
gitgalaxy/tools/cobol_to_cobol/README c2c.md
gitgalaxy/tools/cobol_to_java/README c2j.md
gitgalaxy/tools/compliance/README sbom.md
gitgalaxy/tools/network_auditing/README network.md
gitgalaxy/tools/supply_chain_security/README supply_chain.md
gitgalaxy/tools/terabyte_log_scanning/README terabyte.md
