# Python #
# Virtual Environment
/.venv/

# Cache
__pycache__/

# Build
/dist/
*.egg-info/
/build/

# Tools
/.pytest_cache/
/.mypy_cache/

# Nix #
/result

# Direnv #
/.direnv/

# Project specific files #
config.json
*.key
*.jsonl