# Organized+extended by Lex-DRL: https://github.com/Lex-DRL/git-template-gamedev

# Common
# ----------------------------

# Temp files/folders:
*.tmp
*.temp
tmp*/
temp*/

# Programming - general
*.log

# OS-generated - Windows
# ----------------------------

[Tt]humbs.db
[Dd]esktop.ini

# OS-generated - Apple
# ----------------------------

.DS_Store*
.AppleDouble
.LSOverride

# ... and thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


# =========================================================================== #
# 	IDEs
# =========================================================================== #

# JetBrains IDEs: PyCharm / Rider
.idea/
*.iml
*.ipr
*.iws

# vscode
.vscode/
.claude/
.history/
*.code-workspace


# =========================================================================== #
# 	Python-related
# =========================================================================== #
# src: https://github.com/github/gitignore/blob/main/Python.gitignore

# Environments
.env*
.venv*
env*/
venv*/

# 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

# 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
*.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
*,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytype static type analyzer
.pytype/


# =========================================================================== #
# 	Repo-specific
# =========================================================================== #
# add here
