Skip to content
Snippets Groups Projects
Select Git revision
  • da3b229727e76af4a8df5eed0aa6e9ca0ae23c07
  • branch/default default protected
2 results

.hgignore

Blame
  • user avatar
    jfp authored
    8fe8267c
    History
    .hgignore 298 B
    syntax: re
    \.pyc$
    \.pem$
    \.o$
    \.OBJ$
    .*/CXX_REPOSITORY/
    \~$
    ^pyvenv\.cfg
    .*\.tar\.gz
    \.whl$
    .*/bin/
    ^lib/
    ^lib64/
    ^Lib/
    ^Include/
    ^Scripts/
    # Default ignored files
    \.idea/workspace.xml
    .*\.log
    .*.log\..*
    .*/\.pytest_cache/
    ^\.vscode/sftp\.json
    ^.ruff_cache/
    .ruff_cache/
    .vscode/
    supervisord.conf$