Files
PolySolve/.gitignore
Jonathan Rampersad 2dc39b6ae3
Some checks failed
Run Python Tests / test (3.8) (push) Failing after 3s
Run Python Tests / test (3.10) (push) Failing after 12s
Run Python Tests / test (3.12) (push) Failing after 2m0s
Initial Commit
2025-06-16 18:40:06 -04:00

24 lines
197 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
# Build artifacts
build/
dist/
*.egg-info/
*.so
# IDE / Editor specific
.idea/
.vscode/
*.swp
# Testing
.pytest_cache/
.coverage