# macOS
.DS_Store
**/.DS_Store
.AppleDouble
.LSOverride

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
.Python
pip-log.txt
pip-delete-this-directory.txt

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables
.env
.env.local
.env.*.local

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Docker
*.dockerignore

# Logs
*.log

# Output files (local test artifacts)
*_print.pdf

# VS Code
.vscode/

# Vercel
.vercel
