# Python
__pycache__/
*.py[cod]
*$py.class

# tmpfiles
o.md
a.md
a
o
t
tmpfile

# Scaffoldings
context_builder.yml
context_builder.py
current_prompts

# Distribution / Packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
venv/
env/
.env
.venv/

# Testing
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo

# Project Specific
*.log
axon.log
# Ignore test vaults or scratchpads if created in root
vault/
temp/
scratch/
# --- Quipu Dev Infra ---
.envs/
.uv/
sandbox/
*.egg-info/
__pycache__/
.pytest_cache/
.coverage
htmlcov/
