# 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
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.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
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/

# Django specific
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Media files (uploads)
media/
uploads/

# Static files (collected)
staticfiles/
static/

# Virtual environment
venv/
env/
.venv/
.env/

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

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

# Docker (keep important files)
# .dockerignore

# Node modules (if any)
node_modules/
npm-debug.log*

# SASS cache
.sass-cache/

# Test files
test_*.py
*_test.py
tests/
.coverage
htmlcov/

# Documentation (keep Docker docs)
# *.md
docs/
# README*

# Temporary files
tmp/
temp/
.tmp/

# Backup files
*.bak
*.backup
*.old

# Log files
*.log
logs/

# Database files
*.sqlite3
*.db

# Compiled files
*.pyc
*.pyo
*.pyd

# Archive files
*.zip
*.tar.gz
*.rar

# Old project files (allure_antigo)
allure_antigo/

# Specific files to ignore
cadastro_debug.log
cadastro_errors.log
error_log
consolidated_test_report.json
consolidated_test_report.txt
functionality_report.json
functionality_report.txt

# Municipalities CSV (large file)
municipios.csv

# Specific test files
run_all_tests.py
run_tests.py
test_functionality.py
test_photos.py
test_admin_functionality.py
test_filter.py
exemplo_uso_testes.py

# Migration scripts
migrate_old_data.py
processar_municipios.py
update_profile_photos.py
debug_modelos.py

# Setup scripts
setup_admin.py
create_admin.py

# Watch scripts
watch_sass.py
compile_sass.py

# Copy scripts
copy_media_files.py

# Batch files
run.bat
run.sh

# Documentation files (keep only essential)
CORRECAO_*.md
MELHORIAS_*.md
MULTIPLAS_*.md
PHOTO_FIX_*.md
RELATORIO_*.md
SISTEMA_*.md
CORREÇÕES_*.md
CORRECOES_*.md
RESUMO_*.md
MIGRATION_*.md
TESTES_*.md
README_ADMIN.md
inspiracao_design_watch4beauty.md
analise_funcionalidades_allure.md
Documento_Escopo_Projeto_Allure.pdf
