29 lines
337 B
Text
29 lines
337 B
Text
# Byte-compiled / optimized / DLL files
|
|
**/__pycache__
|
|
**/*.py[cod]
|
|
|
|
# Caches
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info*
|
|
|
|
# Virtual environment
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode/settings.json
|
|
|
|
# Datastore files
|
|
datastore/
|
|
test-datastore/
|
|
|
|
# Memory consumption log
|
|
test-memory.log
|