# Sections: Node, Python, Java, Build outputs, IDEs, OS, Media, Misc
catalog.generated.json

# Claude
.claude/

# Node / JavaScript
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python
__pycache__/
*.py[cod]
*.pyz
*$py.class
.Python

# Virtual environments
.venv
venv/
env/
ENV/
env.bak/
venv.bak/
__pypackages__/

# Packaging / distribution
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.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/
TEST*.xml

# Translations
*.mo
*.pot

# Web frameworks
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache

# Scrapy
.scrapy

# Sphinx docs
docs/_build/

# Build tooling
.pybuilder/
target/

# Jupyter / IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# pyenv / pipenv / poetry / pdm / pixi
.python-version
.pdm-python
.pdm-build/
.pixi
#Pipfile.lock
#uv.lock
#poetry.lock
#pdm.lock

# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

# Type checkers / caches
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# C extensions / Cython
*.so
cython_debug/

# Java / JVM
*.class
*.jar
*.war
target/

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

# Cursor / tooling
.cursorignore
.cursorindexingignore

# Abstra
.abstra/

# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/

# OS generated files
.DS_Store
Thumbs.db

# Executables / native libs
*.exe
*.app
*.dll

# Media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# Built CLI output (generated by tsup)
bin/ai-toolkit.mjs
.test-dist/

# Misc — add project-specific ignores below


# Radware AMS phase-cache (Jira is canonical when used)
.ams/cache/

# Radware AMS working state (Jira / ams-docs are canonical)
.ams/

# Playwright MCP working dir
.playwright-mcp/
