# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

\.idea/

cmake-build-debug/

pyqryptonight\.egg-info/
/build/
/.eggs/

pyqryptonight/pyqryptonight\.py

tests/python/coverage\.xml

tests/python/\.coverage
/.cache/

cmake-build-release/

pyqryptonight/__pycache__/

coverage\.xml

\.coverage

\.DS_Store

modeling/\.ipynb_checkpoints/

dist/
