# topmark:header:start
#
#   project      : TopMark
#   file         : .gitignore
#   file_relpath : .gitignore
#   license      : MIT
#   copyright    : (c) 2025 Olivier Biot
#
# topmark:header:end

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

# Distribution / packaging
build/
dist/
*.egg-info/

# Archives
archives/

# Documentation (source)
docs/_drafts/
docs/**/_drafts/

# Documentation (built)
site/

# setuptools-scm generated version module
src/topmark/_version.py

# Virtual environments
.venv/

# Legacy pip-centric requirements and constraints pins:
requirements*.txt
constraints*.txt

# mypy
.mypy_cache/
.dmypy.json

# ruff
.ruff_cache/

# pyenv - Python versions
.python-version

# pytest
.cache/
.pytest_cache/

# pre-commit
.pre-commit-config.yaml~

# Logs
*.log

# Editor configs
*.swp
*.swo
*.bak
*~
.idea/
*.DS_Store

# Build artifacts
dist/
*.tar.gz
*.whl

# Coverage
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/

# PyPI config
.pypirc

# lychee cache file
.lycheecache

# Testing anvironment
.nox/

# Property tests (hypothesis)
.hypothesis/

# AppleDouble files
._*
