pdf_buddy / .gitignore
SinhNguyen's picture
initiate the space
6f7a50b
raw
history blame
447 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
env/
.env
# IDE specific files
.idea/
.vscode/
# Jupyter Notebook specific files
.ipynb_checkpoints/
# Compiled Python files
*.pyc
# Logs and temporary files
*.log
*.bak
*.swp
*.tmp
# Coverage reports
htmlcov/
.coverage
# Dependency directories
lib/
lib64/