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

# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.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
*.py.cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# macOS
.DS_Store


# Docs page
site

# Notebooks
nbs

# Caches
.mypy_cache
.pytest_cache
.ruff_cache
.venv
.playground
.benchmarks

# User config and extension
.specstory
.cursor/
.vscode/
.idea/
examples/.env


# START Ruler Generated Files
*.bak
.gemini/settings.json
.gemini/settings.json.bak
AGENTS.md
AGENT.md
AGENT.md.bak
GEMINI.md
GEMINI.md.bak
# END Ruler Generated Files
