Skip to content
Snippets Groups Projects
Select Git revision
  • acc45dbea61cd2587c5fd4c9db77d036edc61672
  • master 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 170 B
    # Compiled Python files
    *.pyc
    *.pyo
    __pycache__/
    
    # Distribution directories
    dist/
    build/
    *.egg-info/
    
    # Development and editor files
    .vscode/
    .idea/
    *.swp
    *.swo
    *.pyc
    *~