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

# Cython cache
*.c
*.so

# Pytest
.pytest_cache/
*.pytest_cache

# PyPi creditionals
.pypirc

# Unit test / coverage reports
htmlcov/
.coverage
coverage.xml
*.cover
*.log
.tox/
.nox/
.cache/
nosetests.xml
test-results/

# Env and secrets
.env
*.env
*.secret

# Virtual environments
.venv/
venv/
ENV/
env/
Pipfile.lock

# Packaging
*.egg-info/
*.egg
dist/
build/
*.manifest

# VS Code and other editor settings
.vscode/
.idea/
*.swp
*.swo
*.bak

# MacOS
.DS_Store

# Ignore examples and generated settings (if not critical to repo)
example/__pycache__/
example/*.pyc
# example/my_settings.py

# pyright / mypy / type checker caches
.mypy_cache/
.pyright/

# Ignore compiled stub files
# *.pyi

# If you're using pip-tools
# *.txt # optionally ignore requirements.txt generated from Pipfile
venv/
