Files
2026-06-12 19:15:46 +00:00

15 lines
149 B
Plaintext

# Python cache/artifacts
__pycache__/
*.py[cod]
*.so
# Hidden things
.*
!.gitignore
# Build/distribution artifacts
build/
dist/
*.egg-info/
*.lock