# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
*.whl

# Virtual environments
.venv/
venv/
env/
ENV/

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

# OS
.DS_Store
Thumbs.db
nul
desktop.ini

# Environment variables
.env
.env.local
.env.*.local

# Runtime data (created in ~/.paper-fetcher/)
cookies.json
config.json
chrome-profile/

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/

# Distribution
*.tar.gz
*.whl
