__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# *.whl
.env
*.pem
*.pfx
*.p12
*.cert
_whl_extract/
.session.json
venv/
.venv/
log/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.dmypy.json
dmypy.json

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

# Version
fubon_cli/_version.py

# Build artifacts
*.egg-info/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
# wheels/
pip-wheel-metadata/
share/python-wheels/

# Development
.ruff_cache/
.pre-commit-config.yaml.bak
bandit-report.json

# Temporary files
*.tmp
*.temp
*.backup
*.bak

