# =====================
# Python
# =====================

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

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg
*.whl
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# MyPy / Pyright
.mypy_cache/
.dmypy.json
.pyre/

# Pytest
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

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

# PyInstaller
#  Usually contains build artifacts
*.spec

# =====================
# IDEs and Editors
# =====================

# VS Code
.vscode/

# PyCharm
.idea/
*.iml

# Sublime
*.sublime-workspace
*.sublime-project

# Mac
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
desktop.ini

# =====================
# Misc
# =====================

# Logs
*.log

# dotenv
*.env

# Temporary files
*.bak
*.tmp
*.swp
*~

#Working related files
work/
misc/