Files
MSCS532_Assignment5/.gitignore
Carlos Gutierrez e68377d6c8 Initial commit
2025-11-16 13:45:43 -05:00

45 lines
344 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
*.pyc
.pytest_cache/
.coverage
htmlcov/