# Python cache and build files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# WeSpy specific
wespy.egg-info/
dist/
articles/
test_output/

# Publishing and deployment
publish.sh
scripts/publish_to_pypi.py
requirements-publish.txt
DEPLOYMENT.md

# PyPI configuration and tokens
.pypirc
.twine
.twine.conf

# Release backup files
*.bak
setup.py.bak
pyproject.toml.bak

# Release script logs
release.log
publish.log

# Release dependencies (optional - uncomment if you don't want to track them)
# requirements-release.txt

# Release artifacts and temporary files
release_cache/
temp_releases/
*.upload
*.pypi

# Local publishing scripts (keep official ones, ignore local modifications)
local_release.py
custom_release.sh
publish_debug.log

# Build tool cache
.wheel_cache/
.pip_cache/

# Version control for release scripts (optional - uncomment to ignore all)
# release.py
# quick-release.sh
# RELEASE.md

# Build artifacts (redundant but explicit)
*.tar.gz
*.whl

# Configuration files with sensitive data
zhihu_config.json
config.json

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

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

quick-release.sh
RELEASE.md
release.py
requirements-release.txt