# OS
.DS_Store
Thumbs.db

# IDEs / Editors
.idea/
.vscode/
*.swp
*.swo
*~
.cursorignore
.cursorindexingignore

# Environment / Secrets
.env
.env.*
!.env.example
.envrc

# Python
__pycache__/
*.py[codz]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

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

# Testing / Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/

# Linters / Formatters
.ruff_cache/

# Build tools
.pdm-python
.pdm-build/
.pixi
__pypackages__/

# Database / Local state
*.db
*.db-shm
*.db-wal
db.sqlite3
db.sqlite3-journal

# Logs
*.log

# Stray lockfiles from other tools we don't use
uv.lock
Pipfile.lock

# Misc
*.pem
*.mo
*.pot
