
.aider*

# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# Local runtime and tool caches
.gavlix_cache/
.cache/
*.log

# Generated documentation output
/docs_output/
/tmp_docs/

# OS/editor junk
.DS_Store
Thumbs.db
.vscode/
.idea/

# Node / frontend build artifacts
node_modules/
frontend/.next/
frontend/dist/
frontend/build/

# Test and coverage outputs
.coverage
htmlcov/
.pytest_cache/

# PyPI / distribution artifacts
dist/
build/
*.egg-info/
*.egg
.tox/
.nox/
