# Local configuration and secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
*.keys.json
*_keys.json
keys.json
agent_wallet.json
server_secret.key
credentials*.json
*.secrets.json

# Local databases and runtime state
*.db
*.db-*
*.sqlite
*.sqlite3
*.wal
*.shm
*.journal

# Rust build output
/target/

# Python bytecode, environments, and tool caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
pytest-cache-files-*/
.ruff_cache/
.mypy_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.venv/
.venv*/
venv/
ENV/

# Package and release artifacts
/build/
/dist/
/node_modules/
*.egg-info/
.eggs/
pip-wheel-metadata/
*.whl
*.tar.gz
/artifacts/

# Coverage, profiling, and benchmark output
.coverage
.coverage.*
htmlcov/
coverage.xml
*.prof
*.flamegraph.svg
/.benchmarks/
/benchmark-results/

# Temporary workspaces and logs
/.tmp/
/scratch/
/tmp/
/temp/
/.cache/
.direnv/
.python-version
.envrc
*.tmp
*.temp
*.log
*.bak
*.orig
*.rej
*.swp
*~

# Editors and operating systems
.agents/
.codex/
.claude/
.cursor/
.windsurf/
.zed/
.idea/
.vscode/
.vs/
*.suo
*.user
*.code-workspace
.DS_Store
Thumbs.db
Desktop.ini
