# Git
.git/
.gitignore
.gitattributes

# GitHub
.github/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/
dist/
build/
wheels/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
.tox/
.venv/
venv/
ENV/
env/
pip-log.txt
pip-delete-this-directory.txt

# Nix
result
result-*
.direnv/
.envrc

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

# Documentation
LICENSE
docs/
website/
CLAUDE.md
RELEASE_NOTES.md
!README.md

# Development
.mcp.json
CLAUDE.md
tests/
conftest.py
*.test.py
*_test.py

# CI/CD
.travis.yml
.gitlab-ci.yml
azure-pipelines.yml

# Other
.env
.env.*
*.log
*.bak
*.tmp
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*