Skip to content

Commit 54c886d

Browse files
author
PyCompiler ARK++
committed
suppr
1 parent 5d46448 commit 54c886d

4 files changed

Lines changed: 17 additions & 1459 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,23 @@ artifacts/
170170
*.deb
171171
*.rpm
172172

173+
# Package copy artifacts (generic safe defaults)
174+
# common destinations produced by copy/package tasks
175+
packages/
176+
copied_packages/
177+
package_copy/
178+
copied_libs/
179+
releases/
180+
out/
181+
# archives and wheels produced by copy/build
182+
*.whl
183+
*.tar.gz
184+
*.zip
185+
# prevent accidental vendor or site-packages copies
186+
vendor/
187+
third_party/
188+
site-packages-copy/
189+
173190
# Configuration files (keep templates)
174191
config.json
175192
config.yaml

0 commit comments

Comments
 (0)