# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg

# Build artifacts
build/
dist/

# Virtual environments
.venv/
venv/

# Test and tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Runtime output
article_storage/

# Editors and OS
.DS_Store
.idea/
.vscode/
