Files
nvcc/.gitignore
2024-01-02 11:21:59 +01:00

38 lines
403 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Virtual Environment
*env*
# Misc
.pytest_cache/
.DS_Store
.idea