# ====================================== # PYTHON / FLASK BACKEND # ====================================== __pycache__/ *.pyc *.pyo *.pyd *.pdb *.egg-info/ dist/ build/ instance/ *.log # Virtual environment venv/ .venv/ # Byte-compiled / cache *.py[cod] *$py.class .pytest_cache/ .coverage htmlcov/ # ====================================== # REACT FRONTEND # ====================================== node_modules/ npm-debug.log yarn-debug.log yarn-error.log .pnpm-store/ # Build output build/ dist/ # Vite .vite/ # Environment files # ====================================== # DOCKER & DOCKER COMPOSE # ====================================== # Docker internal cache .docker/ docker-compose.override.yml # PGAdmin storage pgadmin-data/