32 lines
272 B
Plaintext
32 lines
272 B
Plaintext
# Python #
|
|
# Virtual Environment
|
|
/.venv/
|
|
|
|
# Cache
|
|
__pycache__/
|
|
|
|
# Build
|
|
/dist/
|
|
*.egg-info/
|
|
|
|
# Tools
|
|
/.pytest_cache/
|
|
/.mypy_cache/
|
|
|
|
# Nix #
|
|
|
|
# Build
|
|
/result
|
|
|
|
# MicroVM
|
|
/var.img
|
|
/control.socket
|
|
|
|
# Direnv #
|
|
/.direnv/
|
|
|
|
# Project specific files #
|
|
config.json
|
|
db.json
|
|
log.jsonl
|