22 lines
240 B
Plaintext
22 lines
240 B
Plaintext
# Python environments and caches
|
|
venv/
|
|
.venv/
|
|
.models/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Test and build artifacts
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Conversion outputs
|
|
output/
|
|
|
|
# Local environment files
|
|
.env
|
|
*.env
|