chore(git): purge tracked bytecode and optimize .gitignore

- Fixed .gitignore to correctly handle __pycache__ even when inside whitelisted directories (like tests/).
- Moved pycache ignore patterns to the end of the file to ensure they take absolute precedence over any directory-level whitelists.
- Purged all previously tracked .pyc and __pycache__ files from the git index.
- Cleaned up .hypothesis and .pytest_cache artifacts.

This enforces 'Militärische Git-Disziplin' (Rule 7) and keeps the repo clean of environment-specific junk.
This commit is contained in:
2026-05-04 14:42:22 +02:00
parent a265dee3d0
commit 91fa426b70
407 changed files with 82 additions and 383 deletions