diff options
author | Matt Arnold | 2025-04-09 18:18:37 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-09 18:18:37 -0400 |
commit | 4ac2861d28676bc886cf80b43a087f1f0044696a (patch) | |
tree | 48dd9e5e62860b137c4363f29d921646ff6f9889 /.gitignore | |
parent | d1745a9c1e46d43af005ac966cf4170192b76f97 (diff) |
Threaded blogging works
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c2014f5..1d2d98a 100644 --- a/.gitignore +++ b/.gitignore @@ -115,4 +115,5 @@ cython_debug/ # Local configuration files config.py -*.db \ No newline at end of file +*.db +AI_HOLDING/* \ No newline at end of file |