# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class


# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# C extensions
*.so

# C objects
*.o

# IDE
/.idea
/.vscode
.DS_Store
.spyderproject
.spyproject
.ropeproject
*.code-workspace

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
#.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Temporary Data
/test_dataset

# drawio temp files
.$*

# ninja build
.ninja*

# Other files
*.log
*.csv
/*.png
/public
/.run
