# Virtual Environment
.venv/
virtualenv/
env/

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

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

# PyInstaller
#  Usually these files are created by a PyInstaller script from a 'spec' file
#  often named 'foo.spec' so you may want to customize this
*.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
.hypothesis/
.pytest_cache/

# pyenv
.python-version

# dotenv
.env

# IDE / Editor specific
.idea/
.vscode/
*.swp
.env
debug_json_output.json
/yt_upload

# Sensitive configuration
config.json
client_secrets.json
request.token

# Database file
*.db

# Log and debug files
*.log
last_run_graphql_output.json
upload_log.txt
debug_graphql.json
debug_page_source.html
.gemini/

# Database directory
/db/*.db
/db/*.log
!/db/.keep
