copilot-swe-agent[bot] d99f64b52e Add .gitignore and fix uninstall script executable permissions for release compliance
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 01:52:40 +00:00

44 lines
400 B
Plaintext

# Temporary files
*.tmp
*.swp
*.swo
*~
.DS_Store
# Log files
*.log
# Backup files
*.bak
*.backup
# IDE and editor files
.vscode/
.idea/
*.sublime-*
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
venv/
env/
ENV/
# Distribution / packaging
dist/
build/
*.egg-info/
# Test and coverage
.coverage
htmlcov/
.pytest_cache/
# Local development files
.env
.env.local