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

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

# Virtualenvs / environments
.venv/
venv/
env/
ENV/

# uv
.uv-cache/

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.cache/
.tox/

# Test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
report.xml
junit.xml
gl-code-quality-report.json

# Local cache written by the anime-titles / anime-list fetchers when a developer
# points them at the working tree instead of the system temp dir.
*.xml.gz

# Sphinx documentation
docs/_build/

# Secrets — never commit. The library reads credentials from a netrc file.
.netrc
*.netrc

# Local scratch databases
*.db
*.sqlite
*.sqlite3

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
