pycrate/.gitignore

41 lines
440 B
Plaintext
Raw Permalink Normal View History

2018-09-24 12:45:57 +00:00
# pycrate ASN.1 temporary test directory
test_asn/
2019-04-02 09:05:46 +00:00
test_asn_todelete/
2021-05-06 07:23:44 +00:00
.tox/
2019-04-02 09:05:46 +00:00
# special files
cythonize_pycrate.py
2018-09-24 12:45:57 +00:00
2021-05-06 06:46:41 +00:00
# development venv
.venv/
2017-09-01 20:03:28 +00:00
# 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/
*.egg-info/
.installed.cfg
2017-09-01 20:17:15 +00:00
*.egg
# Winmerge / gedit backup file
*.py~
2018-09-24 12:45:57 +00:00
*.bak