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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo
*.pot

# Logs and databases
*.log

# Virtual environments (for local use)
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Conda environments (if created in your project folder)
conda-meta/

# IDE and editor files
*.sublime-project
*.sublime-workspace
.vscode/
.idea/
*.iml

# news
news-please/

# TheGuardian
apikey.py

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# macOS generated files
.DS_Store
._.DS_Store

# wandb local logs
wandb/

# raw output files
raw_outputs/
debug/
plots/
evals/