# Credentials and environment
.env
.env.*
!.env.example
.venv
.venv-*
venv/

# Build and distribution
build/
dist/
*.egg-info/
*.egg

# Python caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Coverage
.coverage
coverage.xml
htmlcov/

# Local test artifacts
tests/artefatos_testes/

# AI development tooling (internal, not part of the library)
.claude/
.codex/
.codex
CLAUDE.md
AGENTS.md
PROJECT_CONTEXT.md
instrucoues_criar_api.txt

# IDE
.idea/
.vscode/
*.iml

# Operating system
.DS_Store
Thumbs.db
