# Python & environment files
__pycache__/
*.py[cod]
*$py.class
.venv/
env/
venv/
ENV/

# Distribution & Build
dist/
build/
*.egg-info/
.eggs/

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

# Project local db & configs
*.db
*.sqlite
*.sqlite3
rss_flow_data/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
