# Python bytecode and test/tool caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Virtual environments and local configuration
.venv/
venv/
env/
.env
.env.*
!.env.example

# Build and package artifacts
build/
dist/
*.egg-info/

# Logs and generated output
*.log
tmp/
output/
outputs/
.data/
*.db
*.db-shm
*.db-wal

# Private bank-statement fixtures and documents
Samples/
*.pdf

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
