# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
htmlcov/
.mypy_cache/
.ruff_cache/

# Virtual envs
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
*.tsbuildinfo

# TypeScript
*.js.map
*.d.ts.map

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# OS
Thumbs.db
desktop.ini

# mneme local
.mneme/
*.local.json
vault-test/
benchmarks/results/
benchmarks/_runs/
benchmarks/*/output/
benchmarks/*/result.json
benchmarks/*/hardware.json

# Secrets
.env.local
.env.*.local
secrets/
*.key
*.pem

# Build artifacts
*.tgz
*.whl
