Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
*.pid

# Node.js
node_modules/
npm-debug.log*

# Temporary files
tmp/
247 changes: 0 additions & 247 deletions .venv/bin/Activate.ps1

This file was deleted.

70 changes: 0 additions & 70 deletions .venv/bin/activate

This file was deleted.

27 changes: 0 additions & 27 deletions .venv/bin/activate.csh

This file was deleted.

Loading