# Bytecode and interpreter caches
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Test and lint caches
.pytest_cache/
.pytest-tmp/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build and packaging artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Local CLI output from manual runs
local-output/
resizy-output/
examples/output/

# Type-checker caches
.mypy_cache/
.pyre/
.pytype/
# Local environment and secrets
.env
.env.*
!.env.example
# OS and editor noise
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
# Temporary files
*.tmp
*.temp
*.log
