product_profile_ingestion/.gitignore
Arsham Mirehvandi ba447e8796 Initial commit
2026-07-30 09:29:10 +02:00

66 lines
874 B
Plaintext

# --- Secrets & local configuration ---
.env
.env.*
!.env.example
# --- Runtime pipeline state ---
.processed_manifest.json
# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
.venv/
env/
# Packaging / build
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
# Test & type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
# --- Docker (local overrides only; compose file stays tracked) ---
docker-compose.override.yml
docker-compose.*.local.yml
# --- IDE & editor ---
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.sublime-project
*.sublime-workspace
# Cursor / Graphify tool output (generated locally)
graphify-out/
.cursor/mcp.json
# --- OS ---
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db
# --- Logs & scratch ---
*.log
*.tmp
*.bak