# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# setuptools-scm generated version file
src/airflow_provider_gmail/_version.py

# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
*.egg
MANIFEST

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

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

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

uv.lock

# Environment / secrets
.env
*.env
credentials.json
token.json
*-token.json
client_secret*.json

# Airflow runtime artifacts (local dev)
airflow.cfg
airflow.db
airflow-webserver.pid
standalone_admin_password.txt
logs/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
