mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 11:46:16 +08:00
chore(backend): add hypothesis cache directory to gitignore
- Add .hypothesis/ directory to .gitignore to exclude Hypothesis property testing cache files - Prevents test cache artifacts from being tracked in version control - Improves repository cleanliness by ignoring generated test data
This commit is contained in:
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -7,6 +7,7 @@ __pycache__/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.hypothesis/ # Hypothesis 属性测试缓存
|
||||
|
||||
# 虚拟环境
|
||||
venv/
|
||||
|
||||
Reference in New Issue
Block a user