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

# C extensions
*.so

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

# PyInstaller
*.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/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv — keep .python-version committed for reproducibility
# .python-version

# uv / pip-tools
# uv.lock should be committed for applications; uncomment if this is a library
# uv.lock

# pipenv / poetry / pdm — keep lockfiles committed
# Pipfile.lock
# poetry.lock
# pdm.lock

# PEP 582
__pypackages__/

# Environments
.env
.env.*
!.env.example
.venv
.venv.*
venv/
env/
ENV/
env.bak/
venv.bak/

# Editors / IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
.pyright/

# Project-specific artifacts
# Print outputs / debug images / raw ESC/POS dumps
*.prn
*.raw
out/
output/
debug/
dumps/
*.bmp.debug