# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

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

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

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Type checking
.mypy_cache/
.pytype/

# Generated output
generated/
generated-v03/
output/

# Personal documents (not part of the project)
GUIA-PROFESSORA-ROSA.md
REGISTRO-INPI.md
*.pdf

# INPI registration package (contains personal data)
inpi-package/
epi-v*.zip
DECLARACAO-AUTORIA-INPI.md

# Environment
.env
.env.local
.env.*.local

# Jupyter
.ipynb_checkpoints/

# OS
Thumbs.db
