# ============================================ # Projet : API-KA # Fichier : .gitignore # Node : m3u96b # Author : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Date : 2026-08-16 # ============================================ .env venv/ __pycache__/ *.pyc .pytest_cache/ .ruff_cache/ logs/* !logs/.gitkeep data/* !data/backups/.gitkeep