# Bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Build and packaging
build/
dist/
*.egg-info/
ape_sourcify/version.py

# Environments and editors
.venv/
.DS_Store
.idea/
.vscode/

# Ape project state
.ape/
.build/
