# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Linting / type-checking
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/

# Gingugu local data (never commit DB files)
*.db
*.db-journal
*.db-wal
*.db-shm
memories.db*

# Node / UI
node_modules/
ui/node_modules/
dist/

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

# Env files
.env
.env.local
.env.*.local

# Secrets / credentials (defensive - never commit raw token files)
*.npm
*.pypirc
*.token
*.secret
secrets/
credentials/
