mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
21 lines
179 B
Plaintext
21 lines
179 B
Plaintext
/target
|
|
|
|
.cache
|
|
__pycache__/
|
|
site/
|
|
|
|
# Insta snapshots.
|
|
*.pending-snap
|
|
|
|
# JetBrains IDE
|
|
.idea
|
|
|
|
# Vscode IDE
|
|
.vscode
|
|
|
|
# macOS
|
|
**/.DS_Store
|
|
|
|
# profiling flamegraphs
|
|
*.flamegraph.svg
|