teachingAssistant / .gitignore
Michael Hu
add gitignore file
875a169
raw
history blame
524 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.eggs/
dist/
build/
sdist/
*.egg-info/
*.wheel
tmp/
# Installed packages
**/lib/*
**/lib64/*
#Uncomment if you are using venv
#venv/
#Uncomment if you are using virtualenv
#env/
# Unit test / coverage reports
*.prof
.coverage
htmlcov/
.pytest_cache/
# Translations
*.mo
# Jupyter Notebook
.ipynb_checkpoints
# IDEs and editors
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
# OS generated files
.DS_Store
#Secrets
*.key