# 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/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

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

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

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

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

# Application-specific files
# Database files
*.db
*.sqlite
*.sqlite3
financial_data.db
test_financial.db

# Log files
*.log
logs/
audit_trail.log
error_log.log
financial_aggregator.log

# Configuration files with secrets
config.json
.env

# Generated reports
reports/
*.csv
*.html
financial_report_*.csv
financial_report_*.json
financial_report_*.html
report_*.csv
report_*.json
report_*.html

# Cache and temporary files
*.tmp
*.temp
cache/
temp/

# Backup files
*.backup
*.bak
*.backup_*

# API keys and sensitive data
api_keys.txt
credentials.json
secrets.yaml

# Test artifacts
.coverage
coverage.xml
test-results.xml
pytest.ini
.pytest_cache/

# Documentation builds
docs/_build/
docs/build/

# Jupyter Notebook checkpoints
.ipynb_checkpoints