# OS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Cursor
.cursor/
cursor-docs


# Build
build/
dist/
wheelhouse/
*.egg-info/
*.egg
*.whl
pip-wheel-metadata/
.eggs/

# Certificate
*.pem
*.der
*.csr
*.key
*.crt
*.pfx
*.cer
*.jwk
*.keystore
certs*/
keys*/
output*/
generated*/

# Docker
docker/
docker-compose.override.yml

# Documentation
docs/_build/
docs/build/
docs/.cache/
docs/.benchmarks/
site/

# Editors
.vscode/
!.vscode/settings.json
!.vscode/extensions.json
.idea/
*.iml
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~
*.autosave

# Git
git-*.sh
*.diff
*.patch

# Hatch
.hatch/
.poetry/
pipenv-files/
pdm.lock
pdm.toml
rye.lock

# Local
*.local
*.override
*.user
*.machine
config.local.*
settings.local.*

# Logs
*.log
*.audit
*.trace
*.out
*.err
*.dump
*.stackdump
*.core
core.*

# Make
.makefiles/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
venv/
.env/
.venv/
env/
ENV/
.conda/
.python-version

# Secrets
*.env
*.env.*
.envrc
*.secret
*.secrets
*.credentials
*.tokens
vault.json
*.gpg
*.asc
*.pgp

# Temporary
tmp/
temp/
*.tmp
*.temp
*.bak
*.backup
*.orig
*.old

# Test
tests/tmp*/
tests/output*/
tests/**/assets*/
coverage.xml
htmlcov/
.coverage*
.nox/
.tox/

# Tooling
.ruff_cache/
.mypy_cache/
.pytest_cache/
.cache/
pytestdebug.log
pip-log.txt
.audit-env/
