Apply new gitignore rules

This commit is contained in:
sanj 2024-11-13 15:56:05 -08:00
parent a65e8eed6a
commit ef43ebf37b
2 changed files with 57 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

57
.gitignore vendored Normal file
View file

@ -0,0 +1,57 @@
# macOS system files
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
# 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 Environment
venv/
ENV/
env/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
# Testing
.coverage
.tox/
.pytest_cache/
htmlcov/
.coverage.*
coverage.xml
*.cover