# Python-generated files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# pipenv
Pipfile.lock

# mypy
.mypy_cache/
.dmypy.json

# Pyre type checker
.pyre/

# VS Code
.vscode/

# macOS
.DS_Store

# Project-specific
uv.lock

# Ignore test output and temp files
tmp*/
*.tmp
*.log

# Ignore local plans and notes
plans/
*.md
!README.md

tests/__pycache__/
src/agemcp/__pycache__/

# Ignore virtual environments
.venv/
venv/
ENV/

# Ignore database dumps/backups
*.sql
*.dump

# Ignore secrets
.env
.env.*
!.env.example

# Ignore wheel files
*.whl

# Ignore specific test files
unrelated_tests.py
