# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Virtual Environments ---
.venv/
venv/
ENV/
env/
internal/

# --- IDEs ---
.vscode/
.idea/
*.swp
*.swo
.project
.pydevproject
.settings/

# --- OS ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# --- Logs and Databases ---
*.log
*.sqlite
*.db

# --- Local Environment ---
.env
.flaskenv
.jmcomic/
assets/downloads/
outputs/

# --- Testing ---
.pytest_cache/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.run/

# --- UV ---
# uv.lock is usually committed, but we can ignore uv-specific cache if needed
.uv

# --- Reference Code ---
# Local copy of jmcomic source for development reference only
# This directory is ignored and should be manually cloned by developers.
reference/jmcomic_src/
.agent