# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest and coverage metrics
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
htmlcov/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# Environments and dependencies
.env
.venv/
venv/
ENV/
env/

# OS and Editor configurations
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Internal project architectural specs
agents.md
arch-1.md
issues/

# MkDocs build directory
site/