pYSFReflector/.gitignore
copilot-swe-agent[bot] 6da8efa539 Add .gitignore to exclude build artifacts and logs
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-25 19:27:22 +00:00

26 lines
174 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Logs
*.log
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db