Skip to content
Snippets Groups Projects
Select Git revision
  • 0d610f1ff5cc454857730c4efdad77acccf41136
  • main default protected
2 results

LICENSE

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project is licensed under the MIT License. Learn more
    .gitignore 277 B
    # Compiled Python files
    *.pyc
    *.pyo
    __pycache__/
    
    # Distribution directories
    dist/
    build/
    *.egg-info/
    
    # Development and editor files
    .vscode/
    .idea/
    .cache/
    .pytest_cache/
    *.swp
    *.swo
    *.pyc
    *~
    *.html
    
    # Notebook checkpoints
    .ipynb_checkpoints/
    
    # MacOS finder files
    *.DS_Store