Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Apr 10, 2021
1 parent 4df7bc8 commit bf44afc
Showing 1 changed file with 64 additions and 11 deletions.
75 changes: 64 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,65 @@
# Duino-Coin resources folders
Wallet_*/
PCMiner_*/
AVRMiner_*/

*.pyc
Wallet_2.0_resources/transactions.png
Wallet_2.0_resources/settings.png
Wallet_2.0_resources/github.png
Wallet_2.0_resources/stats.png
Wallet_2.0_resources/exchange.png
Wallet_2.0_resources/duco.png
Wallet_2.0_resources/discord.png
Wallet_2.0_resources/calculator.png
PCMiner_2.0_resources/Miner_config.cfg
PCMiner_2.0_resources/Donate_executable.exe
# Byte-compiled and optimized files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution and packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test and coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit bf44afc

Please sign in to comment.