mirror of
https://github.com/BillyOutlast/OF-Scraper.git
synced 2026-07-01 12:17:25 -04:00
28 lines
386 B
Plaintext
Executable File
28 lines
386 B
Plaintext
Executable File
# Ignore Python's virtual environment directory (your 'info' folder)
|
|
info/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Ignore Python cache and artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
dist/
|
|
build/
|
|
wiki/
|
|
*.egg-info/
|
|
|
|
# Ignore editor and OS-specific files
|
|
.vscode/
|
|
.idea/
|
|
*.DS_Store
|
|
|
|
# Ignore test files if they aren't needed in the final image
|
|
test/
|
|
|
|
# Ignore local secrets or temp files
|
|
.env
|
|
.tempmedia/
|
|
*.log |