Files
cse5543_homework/.gitignore
2026-03-31 10:26:51 -04:00

34 lines
318 B
Plaintext

# .gitignore
# Python compilation
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
.venv/
env/
venv/
# IDE settings
.vscode/
# OS generated files
.DS_Store
Thumbs.db
# C++ build artifacts
*.o
*.obj
*.exe
*.dll
*.so
*.dylib
# Other files
controlpts.txt