########################################
# Project-specific ignores
########################################

# Cert handling folders
cert_sources/fetched/
cert_sources/staged/
build*/
dist*/
config/
cert_sources/

# Test files generated by make test-[image|pypi]-build
config/envs/.test-example-envconfig.yaml
config/sources/.test-example-sourcecfg.yaml
dist/.test-inline/*

# Personal/local test folders
personal*/
tmp*/

# Non-PEM certificate formats and generated artifacts
*.crt
*.cer
*.jks
*.p12
*.der
*.json
*.hash
*.p7b

# Private keys (never commit, even for testing)
*-key.pem
*_key.pem
*/key.pem
*.key

# Build
bundlecraft/_version.py

########################################
# Python cache and bytecode
########################################
__pycache__/
*.py[cod]
*$py.class

########################################
# C extensions
########################################
*.so

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

########################################
# PyInstaller
########################################
*.manifest
*.spec

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

########################################
# Unit test and coverage reports
########################################
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/

########################################
# Translations
########################################
*.mo
*.pot

########################################
# Framework and tool specifics
########################################
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# Sphinx
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

########################################
# Environment and virtualenvs
########################################
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

########################################
# Dependency managers
########################################
# pyenv
# .python-version

# pipenv
# Pipfile.lock

# uv
# uv.lock

# poetry
# poetry.lock
# poetry.toml

# pdm
# pdm.lock
# pdm.toml
.pdm-python
.pdm-build/

# pixi
# pixi.lock
.pixi

# PEP 582
__pypackages__/

########################################
# Task runners and background tools
########################################
# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

########################################
# Static analysis and typing
########################################
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/

########################################
# IDEs and editors
########################################
# PyCharm
# .idea/

# Visual Studio Code
# See https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# .vscode/

########################################
# Misc tooling
########################################
.ruff_cache/
.pypirc
.cursorignore
.cursorindexingignore

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