# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
ENV/
env/

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

# Project specific
*.db
*.sqlite
*.sqlite3
.degiro_portfolio.pid
degiro_portfolio.log
.stockchart.pid
stockchart.log

# Data files - exclude transaction data for privacy
Transactions.xlsx
*.xlsx
*.xls
# But include example data
!example_data.xlsx

# Testing
.pytest_cache/
.coverage
htmlcov/
tests/.test_data/

# Documentation
docs/_build/

# Claude
.claude/

# Temporary files
*.tmp
*.bak
examine_data.py

# Lock files (optional - some prefer to commit these)
# uv.lock
.env
