zephyr-backend/.gitignore
2025-01-15 14:48:48 +08:00

8 lines
146 B
Plaintext

# Ignore everything
*
# But not .py files
!*.py
# Include .gitignore itself
!.gitignore
# Recursively allow .py files in subdirectories
!*/