# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Packaging / build
build/
dist/
wheels/
share/python-wheels/
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/
MANIFEST

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

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

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

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

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
ehthumbs.db
Desktop.ini

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace

# Secrets & credentials
.env
.env.*
.pypirc
*.pem
*.key
*.token
py-pi.json
**/secrets.*

# Proxy lists & credentials (never commit)
proxies.txt
proxies.json
proxies.http.txt
proxy_list*.txt
*.proxy

# Local scrape / benchmark outputs
*_scrape.json
instagram_scrape.json
out.json
*.scrape.json
proxy_benchmark.json
proxy_benchmark.md
bench_results.*

# Misc local
*.log
tmp/
temp/
.direnv/
.pdm-python
.pdm-build/
poetry.lock
uv.lock
