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

# C extensions
*.so

# Distribution / packaging
.Python
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
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
#   For a library or app, you might want to share your .python-version.
#   For a library, it's better to ignore it.
# .python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if used in a vitualenv, it may cause troubles.
# Pipfile.lock

# poetry
#   Poetry uses pyproject.toml and poetry.lock. Usually both should be tracked.
# poetry.lock

# pdm
#   PDM stores project-wide configurations in .pdm.toml
.pdm.toml
.pdm-plugins/

# virtualenv
venv/
active_env/
ENV/
env/
ENV/env/
.env
.venv
pip-wheel-metadata/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Niyam workspace run directories (if initialized)
.niyam/runs/
.niyam/worktrees/
.niyam/evidence/
.niyam/logs/
.niyam/hook-cache/
.niyam/niyam.yaml
.niyam/project.yaml
.niyam/runtimes.yaml
.niyam/pricing.json
.niyam/cache/
.niyam/mcp-registry.json
.niyam/reports/

# Local antigravity cli config
.antigravitycli/

# Scratch workspace
scratch/
