# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

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

# Virtual environments
venv/
env/
ENV/

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

# Application-specific files
# Data storage
data/
backups/

# Log files
logs/
*.log

# Database files
*.db
*.sqlite
*.sqlite3

# Configuration files with secrets
config.json
settings.ini
.env

# Analytics and sync files
analytics.db
sync.db

# Cache directories
cache/
temp/

# OS-specific files
.DS_Store
Thumbs.db