# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/

# Virtual envs
.venv/
venv/

# uv / poetry caches
.uv/

# Test + coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp

# Local state / config that should never be committed
*.db
*.db-journal
*.db-wal
*.db-shm
worker.toml.local

# Debian build artifacts (dpkg-buildpackage outputs to parent dir by default)
debian/auspexai-worker/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/*.substvars
debian/*.log
../auspexai-worker_*.deb
../auspexai-worker_*.buildinfo
../auspexai-worker_*.changes
../auspexai-worker_*.dsc
../auspexai-worker_*.tar.*
