nomyo/.gitignore
alpha nerd 58815eec71
Some checks failed
Publish to PyPI / Build (docker-amd64, py3.10) (push) Failing after 28s
Publish to PyPI / Build (docker-arm64, py3.10) (push) Failing after 46s
Publish to PyPI / Build (docker-amd64, py3.11) (push) Failing after 30s
Publish to PyPI / Build (docker-arm64, py3.11) (push) Failing after 46s
Publish to PyPI / Build (docker-amd64, py3.12) (push) Failing after 28s
Publish to PyPI / Build (docker-arm64, py3.12) (push) Failing after 43s
Publish to PyPI / Publish to PyPI (push) Has been skipped
feat: new build process and workflows
ver: bump
2026-04-12 15:49:20 +02:00

113 lines
No EOL
956 B
Text

# Python
*.py[cod]
__pycache__/
.Python
python-profile.*
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.claude/
# IDE
.idea/
.vscode/
*.swp
*.swo
*.bak
*.tmp
*.log
# Test files
*.test
*.test.py
__pycache__/
.py[co]
# Build artifacts
build/
dist/
*.egg-info/
*.egg
*.sh
# Cython generated files
*.so
*.c
# Virtual environments
venv/
.env
.env.bak
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor backup files
*.swp
*.swo
# Test coverage
.htmlcov/
.coverage
.coverage.*
.coveragerc
cover.xml
# Python tooling
.pytest_cache/
.mypy_cache/
.pylint.d/
.flake8
.tox/
.hypothesis/
.instances/
# Jupyter
.ipynb_checkpoints/
.jupyter/
.jupyterlite/
# RSA Keypairs
client_keys/
*.pem
*.key
*.cer
*.crt
*.csr
*.der
*.pfx
*.p12
*.p7b
*.p7c
*.p7r
*.p7s
test/