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

# C extensions
*.so

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

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

# Ruff
.ruff_cache/

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

# Environment and secrets (keep .env.example)
.env
.env.local
.env.*.local

# Zensical / MkDocs-style docs build and tool cache
site/
.cache/

# Jupyter
.ipynb_checkpoints/

# Logs and local databases
*.log
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Editors / IDEs
.idea/
.vscode/

# Local-only agent settings (Cursor, etc.)
.claude/settings.local.json

# Local file for testing
test.py
src/pydantic-ai
