Files
pip-install-traps/.gitignore
2022-06-18 08:09:53 +03:00

34 lines
326 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virual environments
.env
.venv
env/
venv/
# PyCharm
.idea/