ngnrsaa / qflex

Flexible Quantum Circuit Simulator (qFlex) implements an efficient tensor network, CPU-based simulator of large quantum circuits.
Apache License 2.0
97 stars 24 forks source link

Add mypy cache to .gitignore #200

Closed viathor closed 4 years ago

s-mandra commented 4 years ago

You may want to consider to add .mypy_cache folder to the variable

# Space separated folders in $ROOT_DIR
EXCLUDED_FOLDERS=".env"

in script/check_format.sh if .mypy_cache has some python code (it would avoid to check the format for any .py file in .mypy_cache folder).