# PyOghma_ML .gitignore

# Documentation modification utility scripts
apply_final_sidebar_fix.py
apply_ultra_tight_spacing.py
clean_css_syntax.py
clean_duplicate_css.py
condense_sidebar.py
diagnose_layout.py
documentation_summary.py
enhance_code_readability.py
enhance_docs.py
enhance_fancy_styling.py
enhance_module_docs.sh
enhance_python_highlighting.py
ensure_style_consistency.py
final_css_cleanup.py
final_documentation_fix.py
fix_broken_documentation.py
fix_css_placement.py
fix_dark_red_colors.py
fix_function_class_names.py
fix_homepage_layout.py
fix_html_structure.py
fix_main_content.py
fix_name_class_labels.py
fix_sidebar_code.py
fix_sidebar_final.py
fix_sidebar_height.py
fix_sidebar_layout.py
fix_sidebar_structure.py
fix_text_colors.py
generate_docs.sh
modernize_visuals.py
reduce_function_spacing.py
restore_design_system.py
update_docs.sh
update_documentation.py
validate_documentation.py
validate_homepage.py

# Documentation status files
DOCUMENTATION_COMPLETE.md
FANCY_ENHANCEMENT_COMPLETE.md
TEXT_VISIBILITY_FIXED.md
VISUAL_MODERNIZATION_COMPLETE.md
WEBSITE_FIXED.md

# Configuration files for documentation
docs_config.json

# Build and distribution directories
dist/
build/
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv/
venv/
env/
ENV/

# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~

# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Python specific
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Jupyter Notebook
.ipynb_checkpoints

# PyCharm
.idea/

# Temporary files
*.tmp
*.bak
*.swp
*.swo
final.txt
