Skip to content
Snippets Groups Projects
.hgignore 298 B
Newer Older
  • Learn to ignore specific revisions
  • jfp's avatar
    jfp committed
    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$