Skip to content

Commit aa34e89

Browse files
committed
Clean up unnecessary files and improve .gitignore
- Removed build artifacts: dist/, re_architect.egg-info/ - Removed cache directories: cache/, .benchmarks/, .pytest_cache/ - Removed coverage reports: .coverage - Enhanced .gitignore with better coverage for temporary/build files
1 parent d9527a9 commit aa34e89

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,25 @@ config.local.yaml
7575
# Docker volumes
7676
docker-volumes/
7777

78+
# Testing and Coverage
79+
.pytest_cache/
80+
.coverage
81+
htmlcov/
82+
.tox/
83+
.nox/
84+
coverage.xml
85+
*.cover
86+
.hypothesis/
87+
88+
# Benchmarks
89+
.benchmarks/
90+
91+
# Backup files
92+
*.bak
93+
*~
94+
*.tmp
95+
*.temp
96+
7897
# macOS
7998
.DS_Store
8099

0 commit comments

Comments
 (0)