
- Added README with repository structure - Created current.json for version tracking - Added v2.7.0 release manifest - Created patch creation guide - Set up directory structure for patches and releases
24 lines
173 B
Plaintext
24 lines
173 B
Plaintext
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test data
|
|
test/
|
|
testing/
|
|
|
|
# Build artifacts
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Logs
|
|
*.log |