Commit 72f2bf83c0655660c0a63b8330a6e92a38d3e2e9

Authored by Christopher Stone
1 parent 01bed51c
Exists in master

Ignore cached python bytecode files

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -15,4 +15,4 @@
15 15  
16 16 # Python caching
17 17 robots/little_john/telemetry/code/monitor/__pycache__/
18   -
  18 +*.pyc
... ...