# ============================================================================
# futureagi/.gitignore — scoped backend-only rules.
# The root .gitignore covers Python caches, venvs, env/secrets, IDE, logs,
# Docker volumes, core dumps, ML artifacts, and Jupyter checkpoints. Only
# rules that are specific to the Django backend live here, so this file
# travels cleanly if `futureagi/` is ever extracted as a standalone repo.
# ============================================================================

# Django static-file roots (collectstatic output + top-level static dir)
/static
/staticfiles
static/

# Internal data / comparison output
/custom-catalog
compare/
metadata/

# Django venv activation script
activate/

# Legacy WSGI leftover
wsgi

# Type-check baseline backups
mypy-baseline.txt.backup