Ignore nested Python cache directories

This commit is contained in:
Dymas
2026-05-11 11:56:04 +02:00
parent ec6efac9e1
commit 79ee98ae62
5 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
A small local web UI for a system-wide `ani-cli` install.
Current version: `0.1.0`
Current version: `0.1.1`
## Project Layout
@@ -46,4 +46,4 @@ ANI_CLI_DOWNLOAD_DIR/anime_name/anime_name - S01E01.mp4
Settings and the queue are stored under XDG config/state directories when writable, with a local `.ani-cli-web/` fallback inside this project.
Runtime folders such as `.ani-cli-web/`, `downloads/`, and Python bytecode caches are ignored by git.
Runtime folders such as `.ani-cli-web/`, `downloads/`, and Python bytecode cache directories at any depth are ignored by git.