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

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
publish_env/
build_env/
test_env/
test_install/
final_test/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# =============================================================================
# PanelBox Specific - Development Files (NOT for public repository)
# =============================================================================

# Development and internal documentation
desenvolvimento/
planejamento_doc/
academic/

# Internal planning files
PLANEJAMENTO_PANELBOX.md
FASE_*.md
SUBFASE_*.md
*_RESUMO*.md
*_FINAL.md
RELEASE_PREP_COMPLETE.md

# Publishing guides (internal use only)
PUBLISHING_GUIDE.md
BUILD_INSTRUCTIONS.md
NEXT_STEPS_PUBLICATION.md
GITHUB_SETUP.md
QA_GUIDE.md

# Temporary backup files
*_OLD.md
*_NEW.md
*_BACKUP.*
*.bak

# Debug scripts (but not actual test files)
debug_*.py
setup_structure.sh
install_reports.sh

# Publication scripts (keep publish.sh if you want, or ignore it)
publish.sh

# Temporary files
*.tmp
*.temp
~*

# Python wheel build artifacts
*.whl

# =============================================================================
# Keep these documentation files (public-facing)
# =============================================================================
# README.md - KEEP
# CHANGELOG.md - KEEP
# CONTRIBUTING.md - KEEP
# CODE_OF_CONDUCT.md - KEEP
# LICENSE - KEEP
# QUICKSTART.md - KEEP (if it's user-facing)
# MANIFEST.in - KEEP
# COPYRIGHT_HEADER.txt - KEEP (optional)

# Academic papers working directory
papers/

# =============================================================================
# PanelBox Output and Script Directories
# =============================================================================

# Output directory (test reports, generated files)
output/

# Scripts directory (internal build/release scripts)
scripts/

# Validation directory (internal validation scripts)
validation/

# Claude AI working directory
.claude/
