zephyr-backend/.gitignore
2025-02-13 20:03:12 +08:00

12 lines
172 B
Plaintext

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