b94b90423d
Co-authored-by: Alex Dimmock <AtomicAlexD@users.noreply.github.com>
18 lines
157 B
Plaintext
18 lines
157 B
Plaintext
.continue/*
|
|
.ropeproject/*
|
|
|
|
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.cache*
|
|
*.log
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.env |