# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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

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

# Virtual Environments & Package Managers
.env
.env.*
!.env.example
.venv/
.venv*
env/
venv/
ENV/
env.bak/
venv.bak/
.uv/
__pypackages__/

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

# Type checking & Linting
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# IDEs & Editors
.idea/
.vscode/*
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace

# Generated Output & Media Artifacts (CLI / Test Output Images)
output/
*.png
*.jpg
*.jpeg
*.webp
*.gif
# Keep bundled package font assets and documentation assets tracked
!src/lastfmcollagegenerator/fonts/*.ttf
!assets/*.png
!assets/*.jpg
!assets/*.webp

# Installer logs & runtime logs
pip-log.txt
pip-delete-this-directory.txt
*.log
