# ============================================================
# Python / FastAPI / novafastapitools project
# ============================================================

# --- Bytecode -------------------------------------------------
__pycache__/
*.py[cod]
*$py.class

# --- Virtual environments -------------------------------------
.venv/
venv/
env/
ENV/
.tox/
.nox/

# --- IDE / OS -------------------------------------------------
.idea/
.vscode/
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# --- Build & packaging artifacts -----------------------------
build/
dist/
*.egg-info/
*.egg
*.whl
src/*.egg-info/
.hatch/

# --- Testing / coverage ---------------------------------------
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.pytest/
.mypy_cache/
.ruff_cache/

# --- Logs -----------------------------------------------------
*.log
logs/
log/

# --- Env & secrets --------------------------------------------
.env
.env.*
!.env.example
*.local
.pypirc

# --- Project local ------------------------------------------------------
resources/
application.yaml
application-*.yaml
nacos.yaml
deepread-output/
