Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
wheels/
*.egg
*.egg-info/
.eggs/
MANIFEST

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checkers and linters
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Virtual environments
.env
.venv/
venv/
ENV/

# Editor and OS cruft
.idea/
.vscode/
*.swp
*~
.DS_Store
Thumbs.db

# Merge / patch leftovers
*.orig
*.rej