# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
.dist-info/
*.egg
# Logs
*.log
# Unit test / coverage reports
.coverage
*.cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# Existing entries
*.db*
*.png
.*
.venv
contrib
logs_*
*.txt
# ---> C++
# 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