NomenAK
85bcee15c4
Enhance project cleanup and update gitignore for PyPI publishing
...
## Enhanced .gitignore
- Add PyPI publishing exclusions (*.whl, *.tar.gz, twine.log, .twine/)
- Improve security exclusions (.pypirc for API tokens)
- Add comprehensive development tool exclusions (.mypy_cache/, .ruff_cache/, etc.)
- Expand build artifact exclusions (additional package formats)
- Add IDE-specific exclusions for better development experience
- Include publishing and release directory exclusions
## Version Consistency
- Update VERSION file to proper PyPI format (4.0.0b1)
- Maintain consistency across all version references
## Project Cleanup
- Remove Python cache directories (__pycache__)
- Remove egg-info directories (SuperClaude.egg-info)
- Remove temporary setup completion files
- Clean development artifacts for distribution readiness
## New Maintenance Tool
- Add scripts/cleanup.sh: Comprehensive cleanup script for:
- Python cache files and compiled bytecode
- Build artifacts (dist/, build/, *.egg-info)
- Test artifacts (.pytest_cache/, coverage files)
- Development tool cache (.mypy_cache/, .ruff_cache/)
- Temporary and backup files
- PyPI publishing artifacts
- OS-specific files (.DS_Store, Thumbs.db)
## Security Enhancements
- Exclude .pypirc from version control (contains API tokens)
- Ensure sensitive files are properly ignored
- Remove temporary setup files from repository
This ensures a clean, secure, and professionally organized
repository ready for PyPI publication with comprehensive
development tool support and proper artifact management.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-15 15:20:35 +02:00
NomenAK
d273b60f2e
Update .gitignore with comprehensive Python project patterns
...
Enhanced .gitignore with:
- Complete Python packaging patterns (pip, poetry, pipenv)
- Testing and coverage tools (pytest, tox, coverage)
- Virtual environment patterns (.venv, env, etc)
- Modern IDE support (VS Code, PyCharm, Sublime)
- Security patterns (.env files, certificates, keys)
- Build artifacts (wheels, distributions, installers)
- Documentation builds (Sphinx, MkDocs)
- SuperClaude-specific patterns (.serena, .superclaude)
Organized in logical sections for better maintainability.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-14 22:09:36 +02:00
NomenAK
1d03832f2d
SuperClaude V4 Beta: Major framework restructuring
...
- Restructured core framework components
- Added new Agents, MCP servers, and Modes documentation
- Introduced SuperClaude-Lite minimal implementation
- Enhanced Commands with session management capabilities
- Added comprehensive Hooks system with Python integration
- Removed legacy setup and profile components
- Updated .gitignore to exclude Tests/, ClaudeDocs/, and .serena/
- Consolidated configuration into SuperClaude/Config/
- Added Templates for consistent component creation
This is the initial commit for the V4 Beta branch containing all recent framework improvements and architectural changes.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-05 13:59:17 +02:00
NomenAK
59d74b8af2
Initial commit: SuperClaude v3 Beta clean architecture
...
Complete foundational restructure with:
- Simplified project architecture
- Comprehensive documentation system
- Modern installation framework
- Clean configuration management
- Updated profiles and settings
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-14 14:28:11 +02:00