hidden/*

# PyPI token (never commit)
.pypirc

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environment
.venv/
venv/
env/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Local config (se dentro il progetto)
config.json
knowledge.json
history.json
perf.json
risk-rules.json
