mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 20:27:44 +02:00
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
# Generated / local-only artifacts.
|
|
.venv/
|
|
site/
|
|
|
|
# Manifest of files written by gen_pages.py (used for precise cleanup).
|
|
.gen_manifest
|
|
|
|
# Doc pages generated from the codebase by gen_pages.py (real files on disk now,
|
|
# since Zensical builds from disk rather than a plugin's virtual filesystem).
|
|
# Sections are dynamic (one per top-level repo folder), so ignore everything
|
|
# under content/ except the hand-written page and static assets.
|
|
content/*
|
|
!content/index.md
|
|
!content/assets/
|
|
!content/stylesheets/
|
|
!content/javascripts/
|