14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
# Virtual Environment
|
|
venv/
|
|
.env
|
|
|
|
# Build artifacts
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Test artifacts
|
|
.pytest_cache/
|
|
__pycache__/
|
|
*.pyc
|
|
run/ |