Files
MSCS532_Assignment7/.gitignore
2025-11-24 17:11:51 -05:00

48 lines
360 B
Plaintext

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