# 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/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec

# virtualenv
venv/
.env/

# Hatchling specific
*.pyproject.toml

# IDEs and editors
.vscode/
.idea/
.pydevproject
.project
.settings/

# OS generated files
.DS_Store
Thumbs.db
ehthumbs.db
Icon?

# Temporary files
*.swp
*.swo
*~

# Jupyter Notebook
.ipynb_checkpoints

# pytest
.pytest_cache/
.hypothesis/

# mypy
.mypy_cache/

# tox
.tox/

# coverage.py
.coverage
coverage.xml
htmlcov/

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VS Code
.vscode/

# Emacs
\#*\#
.\#*

# Miscellaneous
*.log
*.pid
*.seed
*.sock
*.pkl
