# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Linting
.ruff_cache/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.log

# Jupyter
.ipynb_checkpoints
*.ipynb

# Contextual-specific
.contextual/
*.db
*.db-shm
*.db-wal
lance/

# Documentation builds
docs/_build/
site/

# Environment files
.env
.env.local
.envrc

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Temporary files
*.tmp
*.bak
*.swp
*~

# Distribution
*.tar.gz
*.whl
.pypirc

# CI/CD
.github/workflows/*.log

#development markdown files
AGENTS.md
CLAUDE.md
repo_structure.md
SCAFFOLD_README.md
output.md
audit_report.md