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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.cache
.pytest_cache/

# Virtual environments
venv/
env/
.venv/
ENV/
env.bak/
venv.bak/

# Hatch / build system
.hatch/

# IDEs / Editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# macOS / Linux / Windows
.DS_Store
Thumbs.db
ehthumbs.db
*.swp
*~

