Skip to content

Commit 8f4ab51

Browse files
aksOpsclaude
andcommitted
chore: clean Python code from java branch, update .gitignore
- Removed Python source (src/osscodeiq/), Python tests, egg-info - Cleaned .gitignore: removed Python entries, kept Java entries - Java branch is now Java-only - Python code preserved on main branch for reference - 1,140 tests passing, BUILD SUCCESS Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6eedf2 commit 8f4ab51

345 files changed

Lines changed: 11 additions & 48443 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.coverage

76 KB
Binary file not shown.

.gitignore

Lines changed: 11 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,20 @@
1-
# Python
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
5-
*.so
6-
*.egg-info/
7-
*.egg
8-
.eggs/
9-
dist/
10-
build/
11-
sdist/
12-
wheels/
13-
*.whl
14-
15-
# Virtual environments
16-
.venv/
17-
venv/
18-
env/
19-
ENV/
20-
21-
# Testing
22-
.pytest_cache/
23-
.coverage
24-
htmlcov/
25-
.tox/
26-
.nox/
1+
# Java build
2+
target/
3+
*.class
4+
*.jar
5+
!src/main/resources/static/js/vendor/*.js
6+
.classpath
7+
.project
8+
.settings/
9+
.factorypath
10+
*.iml
2711

2812
# IDE
2913
.idea/
3014
.vscode/
3115
*.swp
3216
*.swo
3317
*~
34-
.project
35-
.settings/
3618

3719
# OS
3820
.DS_Store
@@ -41,7 +23,7 @@ Thumbs.db
4123
# Project
4224
.osscodeiq/
4325
.superpowers/
44-
docs/superpowers/
26+
.code-intelligence/
4527
.code_intelligence_cache*/
4628
*.db
4729
*.db-wal
@@ -59,14 +41,3 @@ docs/superpowers/
5941
# Distribution
6042
*.tar.gz
6143
*.zip
62-
pytest-of-dev/
63-
64-
# Java build
65-
target/
66-
*.class
67-
.classpath
68-
.project
69-
.settings/
70-
.factorypath
71-
*.iml
72-
.idea/

src/osscodeiq/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)