2025-05-28 19:46:24 +02:00

12 lines
141 B
Plaintext

# Ignore everything
*
# But not these!
!.gitignore
!README.md
!*.py
!*.template
# Optional: Keep subdirectories and their Python files
!*/