# -*- mode: gitignore; -*-
# SPDX-FileCopyrightText: NONE
# SPDX-License-Identifier: CC0-1.0

# crazy-compiler standard excludes
/projectlogo.png
/projectlogo.ico
/docs/_build/
*.[1-9]
.direnv

/*/locale/*/*/*.mo

# editor artefacts
*~
.#*
\#*#
.*.swp

#  build artefacts
/.sconf_temp
/.sconsign.*

# Python build artefacts
/build/
/dist/
/pip-selfcheck.json
/pyvenv.cfg
*.py[cod]
*.egg
*.egg-info
*.egg-link
/.eggs/

/.cache
/.tox
/.coverage
/.direnv

/bin
/projectlogo.ico
/projectlogo.png

# /docs/
/docs/*.1
/docs/*.html
/docs/_build

# /examples/
/examples/poster-wide-*.png
/examples/poster-wide-*.pdf
/examples/poster-tall-*.pdf
/examples/poster-tall-*.png

# /test/
/test/chessboard.pdf
/test/*.ps

# OS generated files
*.DS_[sS]Store*
ehthumbs.db
Icon?
Thumbs.db
*.pid
._.**~
