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

# Virtual environment
venv/
env/
.venv/

# Config with secrets
config.yaml

# Cache
.cache/

# Output files
output/*.html
output/*.pdf
output/*.json
output/*.csv

# IDE
.idea/
.vscode/
*.swp
*.swo

# Distribution / packaging
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
.DS_Store
*.log
