# 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

# Distribution / packaging
build/
dist/
downloads/
eggs/
.eggs/
sdist/
var/
*.egg-info/

# Unit test / coverage reports
report.xml
htmlcov/
.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
