# Secrets — NEVER commit
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.whl

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Lint / type caches
.ruff_cache/
.mypy_cache/
.pyright/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Logs / scratch
*.log
scratch/
tmp/

# Rascunhos locais
/docs
