# Appenv runtime directory (created on first run)
.appenv/

# Example project artifacts
example/.venv/
example/.appenv/
example/.httpie

*.sublime-*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.coverage*
.coverage
coverage/
htmlcov/
*.cover
*.py,cover
report.xml
/appenv
.tox/
.coverage
.coverage.*
.cache
coverage.xml
coverage.json
.pytest_cache/

# Sphinx documentation
docs/_build/

# pyenv
.python-version

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Profiling artifacts
*.prof
*.pstats

# Complexipy analysis artifacts
.complexipy_cache/
complexipy_results_*.json

# uv cache
.uv/

# opencode
.agents/tmp
.venv
.appenv
.batou-lock
sphinx-err-*.log
